Skip to content

Commit 5e20c8c

Browse files
committed
review
1 parent 25ef255 commit 5e20c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/golinters/gochecksumtype.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func NewGoCheckSumType() *goanalysis.Linter {
2222
analyzer := &analysis.Analyzer{
2323
Name: goCheckSumTypeName,
2424
Doc: goanalysis.TheOnlyanalyzerDoc,
25-
Run: func(pass *analysis.Pass) (interface{}, error) {
25+
Run: func(pass *analysis.Pass) (any, error) {
2626
issues, err := runGoCheckSumType(pass)
2727
if err != nil {
2828
return nil, err

0 commit comments

Comments
 (0)