Skip to content

Commit c7768e5

Browse files
committed
fix: run gofmt on this file
1 parent 4f33f98 commit c7768e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
git "github.com/go-git/go-git/v5"
1414
"github.com/go-git/go-git/v5/plumbing"
1515
"github.com/go-git/go-git/v5/plumbing/format/diff"
16+
object "github.com/go-git/go-git/v5/plumbing/object"
1617
"github.com/go-git/go-git/v5/plumbing/transport"
1718
"github.com/go-git/go-git/v5/plumbing/transport/http"
18-
object "github.com/go-git/go-git/v5/plumbing/object"
1919

2020
"github.com/launchdarkly/ld-find-code-refs/v2/internal/ld"
2121
"github.com/launchdarkly/ld-find-code-refs/v2/options"

0 commit comments

Comments
 (0)