Code clean-up (go fmt)

This commit is contained in:
Michael Mayer 2018-09-19 00:56:54 +02:00
parent d3ef7abb54
commit ce5869d213
2 changed files with 6 additions and 6 deletions

View file

@ -247,12 +247,12 @@ func (c *Config) GetClientConfig() ConfigValues {
cssHash := fileHash(c.GetPublicBuildPath() + "/app.css")
result := ConfigValues{
"title": "PhotoPrism",
"debug": c.Debug,
"cameras": cameras,
"title": "PhotoPrism",
"debug": c.Debug,
"cameras": cameras,
"countries": countries,
"jsHash": jsHash,
"cssHash": cssHash,
"jsHash": jsHash,
"cssHash": cssHash,
}
return result

View file

@ -13,7 +13,7 @@ import (
const (
IndexResultUpdated = "Updated"
IndexResultAdded = "Added"
IndexResultAdded = "Added"
)
type Indexer struct {