Skip to content

Commit ebe7f0d

Browse files
committed
Resolve linter warning
1 parent 0de7004 commit ebe7f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unused/unused.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ type runner struct {
4141

4242
func (r *runner) run(pass *analysis.Pass) (interface{}, error) {
4343
fmt.Println("Running unused interface analyzer")
44+
4445
excludes := strings.Split(r.exclude, ",")
4546
if slices.Contains(excludes, pass.Pkg.Path()) {
4647
return nil, nil

0 commit comments

Comments
 (0)