[#199] sdk/netmap: Correct linter's remarks

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-11-16 17:52:15 +03:00 committed by Alex Vanin
parent 459d295788
commit 3a966ee5df
9 changed files with 69 additions and 37 deletions

View file

@ -86,7 +86,7 @@ func (op Operation) ToV2() netmap.Operation {
func (op Operation) String() string {
switch op {
default:
return "UNSPECIFIED"
return "OPERATION_UNSPECIFIED"
case OpNE:
return "NE"
case OpEQ: