Skip to content

Commit 39be0c7

Browse files
Fix a go lint issue. (#2688)
Fix a go lint issue
1 parent bca66d5 commit 39be0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/partitiontest_linter/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (*analyzerPlugin) GetAnalyzers() []*analysis.Analyzer {
3131
}
3232
}
3333

34-
// This must be defined and named 'AnalyzerPlugin'
34+
// AnalyzerPlugin must be defined and named 'AnalyzerPlugin'
3535
var AnalyzerPlugin analyzerPlugin
3636

3737
func main() {

0 commit comments

Comments
 (0)