mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Formatting cleanup
This commit is contained in:
parent
1b2d053216
commit
d876629b46
4 changed files with 12 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
package hugolib
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSitePossibleIndexes(t *testing.T) {
|
||||
|
@ -14,5 +14,3 @@ func TestSitePossibleIndexes(t *testing.T) {
|
|||
t.Fatalf("possible indexes do not match [tags categories]. Got: %s", indexes)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -47,5 +47,3 @@ func TestNewPageWithFilePath(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ import (
|
|||
//"sync"
|
||||
)
|
||||
|
||||
|
||||
var DefaultTimer = nitro.Initalize()
|
||||
|
||||
type Site struct {
|
||||
|
|
Loading…
Reference in a new issue