[#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

@ -45,7 +45,7 @@ func (c Clause) ToV2() netmap.Clause {
func (c Clause) String() string {
switch c {
default:
return "UNSPECIFIED"
return "CLAUSE_UNSPECIFIED"
case ClauseDistinct:
return "DISTINCT"
case ClauseSame: