From 7b54c2b5b95bf887e79933e850815660d635497c Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Wed, 27 Nov 2024 11:38:49 -0800 Subject: [PATCH] remove whitespace --- cli/server/add.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/server/add.go b/cli/server/add.go index 7cb11e78..0711f0d0 100644 --- a/cli/server/add.go +++ b/cli/server/add.go @@ -115,8 +115,7 @@ You can then add a server like so: If "--local" is passed, then Abra assumes that the current local server is intended as the target server. This is useful when you want to have your entire Co-op Cloud config located on the server itself, and not on your local -developer machine. The domain is then set to "default". -`, +developer machine. The domain is then set to "default".`, Flags: []cli.Flag{ internal.DebugFlag, internal.NoInputFlag,