From 22118b88e4e0bbf56e20cc835a1e93ff351cb78f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 1 Oct 2021 12:56:04 +0200 Subject: [PATCH] chore: appease formatter --- cli/server/add.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/server/add.go b/cli/server/add.go index 6febae48..f31db318 100644 --- a/cli/server/add.go +++ b/cli/server/add.go @@ -1,8 +1,8 @@ package server import ( - "errors" "context" + "errors" "os" "os/user" "path" @@ -24,7 +24,6 @@ var localFlag = &cli.BoolFlag{ Destination: &local, } - var serverAddCommand = &cli.Command{ Name: "add", Usage: "Add a new server", @@ -49,7 +48,7 @@ All communication between Abra and the server will use this SSH connection. NOTE: If you specify --local, none of the above applies 🙃 `, - Aliases: []string{"a"}, + Aliases: []string{"a"}, Flags: []cli.Flag{ localFlag, },