Format with goimports

This commit is contained in:
Anirudh H M 2023-03-22 22:58:50 +05:30
parent 83e997436f
commit 9b4f8505c8

@ -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]",