summaryrefslogtreecommitdiffstats
path: root/commands/hugo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/hugo_test.go')
-rw-r--r--commands/hugo_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/hugo_test.go b/commands/hugo_test.go
index 65a0416c7..4bead09f0 100644
--- a/commands/hugo_test.go
+++ b/commands/hugo_test.go
@@ -44,5 +44,4 @@ contentDir = "thisdoesnotexist"
_, err = cmd.ExecuteC()
c.Assert(err, qt.IsNil)
-
}