summaryrefslogtreecommitdiffstats
path: root/markup/rst/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/rst/convert.go')
-rw-r--r--markup/rst/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/rst/convert.go b/markup/rst/convert.go
index 59ce38408..b7aa5a2ce 100644
--- a/markup/rst/convert.go
+++ b/markup/rst/convert.go
@@ -22,9 +22,9 @@ import (
"github.com/gohugoio/hugo/htesting"
"github.com/gohugoio/hugo/identity"
- "github.com/gohugoio/hugo/markup/internal"
"github.com/gohugoio/hugo/markup/converter"
+ "github.com/gohugoio/hugo/markup/internal"
)
// Provider is the package entry point.