remove space for clang-format
Signed-off-by: cullvox <cullvox@outlook.com>
This commit is contained in:
parent
ef1dc2afac
commit
1261908ef7
@ -194,7 +194,7 @@ bool processMCMeta(ResourcePack& pack, QByteArray&& raw_data)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (desc_val.isString()) {
|
||||
if (desc_val.isString()) {
|
||||
pack.setDescription(desc_val.toString());
|
||||
} else if (desc_val.isArray()) {
|
||||
// rebuild the description from the dictionaries without colors
|
||||
|
Loading…
Reference in New Issue
Block a user