gofmt pass

Clean up test files.
This commit is contained in:
Noah Campbell 2013-08-12 20:38:37 -07:00
parent 2d11d1bd67
commit 5664780cca
2 changed files with 4 additions and 6 deletions

View file

@ -23,7 +23,7 @@ func TestDegenerateMissingFolderInPageFilename(t *testing.T) {
} }
func TestNewPageWithFilePath(t *testing.T) { func TestNewPageWithFilePath(t *testing.T) {
toCheck := []struct{ toCheck := []struct {
input string input string
section string section string
layout string layout string
@ -47,5 +47,3 @@ func TestNewPageWithFilePath(t *testing.T) {
} }
} }
} }