Skip to content

Commit 25c4865

Browse files
committed
Refactor Code
1 parent 53c6fbc commit 25c4865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/repo_add.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
homedir "github.com/mitchellh/go-homedir"
2222
"github.com/spf13/cobra"
2323
"os"
24+
"path/filepath"
2425
"standardized/internal"
25-
"path/filepath"
2626
)
2727

2828
var sshAuth bool

0 commit comments

Comments
 (0)