Skip to content

Commit 08378a6

Browse files
committed
fix linting
1 parent 66bae69 commit 08378a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/classifier/source_provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ func (yamlSourceProvider) providers(path string, wildcard bool) []sourceProvider
9999
}
100100

101101
paths, err := filepath.Glob(glob)
102-
103102
if err != nil {
104103
return []sourceProvider{yamlSourceProvider{err: err}}
105104
}

0 commit comments

Comments
 (0)