Skip to content

Commit 25c34b7

Browse files
committed
linting
1 parent c44f314 commit 25c34b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patrol/patrol_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (test *RepoTest) Run(t *testing.T) {
8888
func expectedChanges(t *testing.T, dir string) []string {
8989
file, err := os.Open(filepath.Join(dir, "changes.patrol"))
9090
require.NoError(t, err)
91-
defer file.Close()
91+
defer file.Close() // nolint
9292

9393
var changes []string
9494
scanner := bufio.NewScanner(file)

0 commit comments

Comments
 (0)