[#243] Fix whitespace linter errors

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-01-11 19:30:51 +03:00 committed by Alex Vanin
parent 2fa752864f
commit 60a55ea6c1

View file

@ -46,7 +46,6 @@ func (m *Filter) SetKey(v string) {
func (m *Filter) SetOp(v Operation) {
if m != nil {
m.Op = v
}
}