Skip to content

Commit 3a33234

Browse files
committed
chore: lll
1 parent fa7953a commit 3a33234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/golinters/gochecksumtype/gochecksumtype.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ func runGoCheckSumType(pass *analysis.Pass, settings *config.GoChecksumTypeSetti
6262
}
6363

6464
var unknownError error
65-
errors := gochecksumtype.Run([]*packages.Package{pkg}, gochecksumtype.Config{DefaultSignifiesExhaustive: settings.DefaultSignifiesExhaustive})
65+
errors := gochecksumtype.Run([]*packages.Package{pkg},
66+
gochecksumtype.Config{DefaultSignifiesExhaustive: settings.DefaultSignifiesExhaustive})
6667
for _, err := range errors {
6768
err, ok := err.(gochecksumtype.Error)
6869
if !ok {

0 commit comments

Comments
 (0)