mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 14:50:59 +00:00
gofmt pass
Clean up test files.
This commit is contained in:
parent
2d11d1bd67
commit
5664780cca
2 changed files with 4 additions and 6 deletions
|
@ -23,7 +23,7 @@ func TestDegenerateMissingFolderInPageFilename(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestNewPageWithFilePath(t *testing.T) {
|
||||
toCheck := []struct{
|
||||
toCheck := []struct {
|
||||
input string
|
||||
section string
|
||||
layout string
|
||||
|
@ -47,5 +47,3 @@ func TestNewPageWithFilePath(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue