Skip to content

Commit b13eb37

Browse files
fix lint
1 parent 081fe83 commit b13eb37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veles/sensitiveinformation/common/simpleregex/simpleregex_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ BAZ
223223
t.Run(tc.name, func(t *testing.T) {
224224
fromMatch := tc.fromMatch
225225
if fromMatch == nil {
226-
fromMatch = func(b []byte, contextMatch bool) (sensitiveinformation.SensitiveInformation, bool) {
226+
fromMatch = func(b []byte, _ bool) (sensitiveinformation.SensitiveInformation, bool) {
227227
return fakeSensitiveInformation(b), true
228228
}
229229
}

0 commit comments

Comments
 (0)