forked from TrueCloudLab/frostfs-api-go
[#199] sdk/netmap: Correct linter's remarks
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
459d295788
commit
3a966ee5df
9 changed files with 69 additions and 37 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue