summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-12 13:30:18 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-12 13:39:21 +0100
commit3263a6fb3719148358ce11b3c744508451d6e1a6 (patch)
treed9661922d9522eff4051db816036cda88aefe6ac /cmd
parent7aca778d6433373b5c65d4172b28a4461239e3f8 (diff)
Format: Run gofumpt
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cli/main.go2
1 files changed, 1 insertions, 1 deletions
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...")
}
}