[#1023] *: fix linter errors

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-29 16:36:29 +03:00 committed by Alex Vanin
parent eb99b65134
commit 476528361e
7 changed files with 1 additions and 18 deletions

View file

@ -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()
}