Skip to content

Commit efe3362

Browse files
JohnBreaultCopilot
andcommitted
Fix import ordering to satisfy goimports lint check
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 9819b97 commit efe3362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package cmd
22

33
import (
4+
usererrors "errors"
45
"strings"
56

6-
usererrors "errors"
77
"github.com/github/codeql-action-sync/internal/cachedirectory"
88
"github.com/github/codeql-action-sync/internal/pull"
99
"github.com/github/codeql-action-sync/internal/version"

0 commit comments

Comments
 (0)