Minify index JSON
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
9ec32b2561
commit
88ef02474f
1 changed files with 1 additions and 1 deletions
|
@ -131,5 +131,5 @@ QByteArray ExportMrPackDialog::generateIndex()
|
|||
obj["dependencies"] = dependencies;
|
||||
}
|
||||
|
||||
return QJsonDocument(obj).toJson();
|
||||
return QJsonDocument(obj).toJson(QJsonDocument::Compact);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue