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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue