summaryrefslogtreecommitdiffstats
path: root/helpers/pathspec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/pathspec_test.go')
-rw-r--r--helpers/pathspec_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/pathspec_test.go b/helpers/pathspec_test.go
index 8937b0af5..c11299516 100644
--- a/helpers/pathspec_test.go
+++ b/helpers/pathspec_test.go
@@ -56,5 +56,4 @@ func TestNewPathSpecFromConfig(t *testing.T) {
c.Assert(p.BaseURL.String(), qt.Equals, "http://base.com")
c.Assert(p.ThemesDir, qt.Equals, "thethemes")
c.Assert(p.WorkingDir, qt.Equals, "thework")
-
}