mirror of https://github.com/spf13/afero.git
useless extra line in test
This commit is contained in:
parent
10d709b658
commit
43f0df21cf
|
@ -190,7 +190,6 @@ func TestGlobErrorDirExistsAndContainsFile(t *testing.T) {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
t.Error("expected error for bad pattern; got none")
|
t.Error("expected error for bad pattern; got none")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue