Skip to content

Commit cd3be6c

Browse files
chore: appease the linter
1 parent 7d8a796 commit cd3be6c

File tree

1 file changed

+2
-1
lines changed
  • agent/agentcontainers/ignore

1 file changed

+2
-1
lines changed

agent/agentcontainers/ignore/dir.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ import (
99
"path/filepath"
1010
"strings"
1111

12-
"cdr.dev/slog"
1312
"github.com/go-git/go-git/v5/plumbing/format/config"
1413
"github.com/go-git/go-git/v5/plumbing/format/gitignore"
1514
"github.com/spf13/afero"
1615
"golang.org/x/xerrors"
16+
17+
"cdr.dev/slog"
1718
)
1819

1920
const (

0 commit comments

Comments
 (0)