Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
schachmat committed Mar 21, 2017
1 parent cc77e59 commit d06040a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/openweathermap.org.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type openWeatherConfig struct {
}

type openWeatherResponse struct {
Cod string `json:"cod"`
City struct {
Cod string `json:"cod"`
City struct {
Name string `json:"name"`
Country string `json:"country"`
} `json:"city"`
Expand Down

0 comments on commit d06040a

Please sign in to comment.