Apply gofmt -s

This commit is contained in:
bep 2015-03-05 23:19:10 +01:00
parent 8557e2cbb8
commit 6e1b0e0c00
7 changed files with 44 additions and 46 deletions

View file

@ -31,7 +31,7 @@ func TestSiteInfoParams(t *testing.T) {
}
}
func TestSiteInfoPermalinks (t *testing.T) {
func TestSiteInfoPermalinks(t *testing.T) {
viper.Set("Permalinks", map[string]interface{}{"section": "/:title"})
s := &Site{}