summaryrefslogtreecommitdiffstats
path: root/hugolib/openapi_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/openapi_test.go')
-rw-r--r--hugolib/openapi_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/openapi_test.go b/hugolib/openapi_test.go
index 82f080311..3f1bc400d 100644
--- a/hugolib/openapi_test.go
+++ b/hugolib/openapi_test.go
@@ -65,5 +65,4 @@ API: {{ $api.Info.Title | safeHTML }}
b.Build(BuildCfg{})
b.AssertFileContent("public/index.html", `API: Hugo API`)
-
}