From d0a498a04b77ee6b8955b5f12eb27b5c89120be2 Mon Sep 17 00:00:00 2001 From: Owen Rummage Date: Wed, 20 Mar 2024 19:01:30 -0500 Subject: [PATCH] fixes to formatting --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 4b025de..fd1fae4 100644 --- a/src/main.go +++ b/src/main.go @@ -160,7 +160,7 @@ func main() { return nil } - fmt.Printf(format(color.MagentaString("IPINFO - Address Information")+"\nAddress: {{.Ip}}\nLocation: {{.City}}, {{.Region}} {{.Country}} ({{.Postal}})\nOrganization: {{.Org}}", infoObject)) + fmt.Printf(format(color.MagentaString("IPINFO - Address Information")+"\n Address: {{.Ip}}\n Location: {{.City}}, {{.Region}} {{.Country}} ({{.Postal}})\n Organization: {{.Org}}", infoObject)) return nil }, },