Skip to content

Commit

Permalink
fix: fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 15, 2024
1 parent eabda90 commit 1dd274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config-reader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (r *ConfigReader) readPackage(logE *logrus.Entry, configFilePath string, pk
}))
}
pkg.Version = s
return nil, nil //nolint:nilnil
return nil, nil
}
if pkg.Import == "" {
// version
Expand Down

0 comments on commit 1dd274b

Please sign in to comment.