fixing check-fmt error

This commit is contained in:
Dmitriy Shelikhov 2020-03-25 15:32:04 +07:00
parent a9174cf97c
commit 35dcabb809
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ type Country struct {
} }
type City struct { type City struct {
Name string Name string
Latitude float64 Latitude float64
Longitude float64 Longitude float64
PostalCode string PostalCode string
Timezone string Timezone string
MetroCode uint MetroCode uint