Formatting cleanup

This commit is contained in:
Noah Campbell 2013-08-13 14:58:50 -07:00
parent 1b2d053216
commit d876629b46
4 changed files with 12 additions and 17 deletions

View file

@ -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)
}
}

View file

@ -47,5 +47,3 @@ func TestNewPageWithFilePath(t *testing.T) {
}
}
}

View file

@ -27,7 +27,6 @@ import (
//"sync"
)
var DefaultTimer = nitro.Initalize()
type Site struct {