Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'markup/tableofcontents/tableofcontents_test.go')
-rw-r--r--markup/tableofcontents/tableofcontents_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/markup/tableofcontents/tableofcontents_test.go b/markup/tableofcontents/tableofcontents_test.go
index 8e5a47c52..753408ef9 100644
--- a/markup/tableofcontents/tableofcontents_test.go
+++ b/markup/tableofcontents/tableofcontents_test.go
@@ -152,5 +152,4 @@ func TestTocMissingParent(t *testing.T) {
</li>
</ol>
</nav>`, qt.Commentf(got))
-
}