go fmt changes

pull/1566/head
Philip O'Toole 2015-02-11 08:25:17 -08:00
parent 1ce0826286
commit c5f17dae89
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ type Config struct {
} `toml:"authentication"` } `toml:"authentication"`
Admin struct { Admin struct {
Port int `toml:"port"` Port int `toml:"port"`
} `toml:"admin"` } `toml:"admin"`
HTTPAPI struct { HTTPAPI struct {