From 09048ee2234636f449a1e8ba020941a944ae687c Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Sun, 4 Dec 2022 16:54:20 -0800 Subject: [PATCH] Done did `make format` --- cli/app/list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/app/list.go b/cli/app/list.go index 4d93abb4..081913dc 100644 --- a/cli/app/list.go +++ b/cli/app/list.go @@ -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))