mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-08 11:47:34 +03:00
Apply gofmt -s
This commit is contained in:
parent
8557e2cbb8
commit
6e1b0e0c00
7 changed files with 44 additions and 46 deletions
|
@ -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{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue