remove space for clang-format

Signed-off-by: cullvox <cullvox@outlook.com>
This commit is contained in:
cullvox 2023-09-09 19:55:55 -04:00
parent ef1dc2afac
commit 1261908ef7

View File

@ -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