Done did make format

This commit is contained in:
cas
2022-12-05 18:03:13 +00:00
committed by Gitea
parent 19a055b59b
commit 09048ee223
+2 -2
View File
@@ -207,9 +207,9 @@ can take some time.
}
allStats[app.Server] = stats
}
if (internal.MachineReadable) {
if internal.MachineReadable {
jsonstring, err := json.Marshal(allStats)
if (err != nil) {
if err != nil {
logrus.Fatal(err)
} else {
fmt.Println(string(jsonstring))