mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Apply gofmt -s
This commit is contained in:
@@ -9,8 +9,8 @@ func TestIgnoreDotFilesAndDirectories(t *testing.T) {
|
||||
path string
|
||||
ignore bool
|
||||
}{
|
||||
{".foobar/", true },
|
||||
{"foobar/.barfoo/", true },
|
||||
{".foobar/", true},
|
||||
{"foobar/.barfoo/", true},
|
||||
{"barfoo.md", false},
|
||||
{"foobar/barfoo.md", false},
|
||||
{"foobar/.barfoo.md", true},
|
||||
|
Reference in New Issue
Block a user