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 package hugolib
import ( import (
"testing"
"strings" "strings"
"testing"
) )
func TestSitePossibleIndexes(t *testing.T) { 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) 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" //"sync"
) )
var DefaultTimer = nitro.Initalize() var DefaultTimer = nitro.Initalize()
type Site struct { type Site struct {