Skip to content

Commit 5e88d47

Browse files
committed
Fix linter issue
1 parent e0c4c4f commit 5e88d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/bidichk/bidichk.go

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ type bidichk struct {
120120
disallowedRunes disallowedRunes
121121
}
122122

123+
// NewAnalyzer return a new bidichk analyzer.
123124
func NewAnalyzer() *analysis.Analyzer {
124125
bidichk := bidichk{}
125126
bidichk.disallowedRunes = make(map[string]rune, len(runeLookup))

0 commit comments

Comments
 (0)