Apply gofmt -s

This commit is contained in:
bep
2015-03-05 23:19:10 +01:00
parent 8557e2cbb8
commit 6e1b0e0c00
7 changed files with 44 additions and 46 deletions

View File

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