From 3263a6fb3719148358ce11b3c744508451d6e1a6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Dec 2022 13:30:18 +0100 Subject: Format: Run gofumpt --- cmd/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/cli/main.go b/cmd/cli/main.go index f23f7ff..08c964a 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -28,7 +28,7 @@ func openBrowser(url interface{}) { fmt.Printf("OAuth: Initialized with AuthURL %s\n", str) fmt.Println("OAuth: Opening browser with xdg-open...") if exec.Command("xdg-open", str).Start() != nil { - //TODO(): Shouldn't this if statement be inverted? + // TODO(): Shouldn't this if statement be inverted? fmt.Println("OAuth: Browser opened with xdg-open...") } } -- cgit v1.2.3