From 9b4f8505c8c7c21c71f96f43370be1f79fb81d80 Mon Sep 17 00:00:00 2001 From: Anirudh H M Date: Wed, 22 Mar 2023 22:58:50 +0530 Subject: [PATCH] Format with goimports --- commands/run.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/run.go b/commands/run.go index fc9f07b2..de2d9b69 100644 --- a/commands/run.go +++ b/commands/run.go @@ -62,7 +62,7 @@ func Run() int { root := NewCommand("git-lfs", gitlfsCommand) root.PreRun = nil - + completionCmd := &cobra.Command{ Use: "completion [bash|zsh|fish|powershell]", Short: "Generate completion script", @@ -130,7 +130,6 @@ PowerShell: root.AddCommand(completionCmd) - // Set up help/usage funcs based on manpage text helpcmd := &cobra.Command{ Use: "help [command]",