forked from TrueCloudLab/frostfs-node
[#1023] *: fix linter errors
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
eb99b65134
commit
476528361e
7 changed files with 1 additions and 18 deletions
|
@ -13,10 +13,6 @@ func countryValue(r Record) string {
|
|||
return r.CountryName()
|
||||
}
|
||||
|
||||
func locationCodeValue(r Record) string {
|
||||
return r.LocationCode().String()
|
||||
}
|
||||
|
||||
func locationValue(r Record) string {
|
||||
return r.LocationName()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue