Skip to content

Commit 1b71e3e

Browse files
kensipendeloof
authored andcommitted
lint: fix local-prefixes for goimports (docker#5453)
Fix local-prefixes on linters imports then resolved imports to be as expected Signed-off-by: Ken Sipe <[email protected]>
1 parent 4d82267 commit 1b71e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/watch/watcher_naive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"strings"
1313

1414
"github.com/pkg/errors"
15-
"github.com/tilt-dev/fsnotify"
1615

16+
"github.com/tilt-dev/fsnotify"
1717
"github.com/tilt-dev/tilt/internal/ospath"
1818
"github.com/tilt-dev/tilt/pkg/logger"
1919
)

0 commit comments

Comments
 (0)