summaryrefslogtreecommitdiffstats
path: root/cmd/services.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/services.go')
-rw-r--r--cmd/services.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/services.go b/cmd/services.go
index 56c2149..93e447c 100644
--- a/cmd/services.go
+++ b/cmd/services.go
@@ -40,7 +40,7 @@ func runServices(cmd *cobra.Command, args []string) error {
}
fmt.Println("\nAvailable Services:")
- fmt.Println("===================\n")
+ fmt.Println("===================")
servicesData, _ := json.MarshalIndent(services, "", " ")
fmt.Println(string(servicesData))