mirror of
https://github.com/HMCore/Core.git
synced 2025-12-12 13:56:19 +00:00
pretified json
This commit is contained in:
@@ -20,7 +20,7 @@ public class ObjectInfoConfigHandler {
|
||||
|
||||
ObjectInfoConfig objectInfoConfig = new ObjectInfoConfig(moduleInfos);
|
||||
|
||||
GsonBuilder builder = new GsonBuilder();
|
||||
GsonBuilder builder = new GsonBuilder().setPrettyPrinting();
|
||||
Gson gson = builder.create();
|
||||
|
||||
return gson.toJson(objectInfoConfig);
|
||||
|
||||
Reference in New Issue
Block a user