Skip to content

Commit e7cc25c

Browse files
committed
style: reorder imports in git.go to follow standard format
1 parent 1174fa1 commit e7cc25c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/git/git.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import (
99
"sort"
1010
"strings"
1111

12-
"github.com/shopware/shopware-cli/logging"
1312
"github.com/shyim/go-version"
13+
14+
"github.com/shopware/shopware-cli/logging"
1415
)
1516

1617
type GitCommit struct {

0 commit comments

Comments
 (0)