summaryrefslogtreecommitdiff
path: root/system/addon/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/addon/manager.go')
-rw-r--r--system/addon/manager.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/addon/manager.go b/system/addon/manager.go
index d73e228..d3c9673 100644
--- a/system/addon/manager.go
+++ b/system/addon/manager.go
@@ -7,8 +7,9 @@ import (
"html/template"
"net/url"
- "github.com/gorilla/schema"
"github.com/ponzu-cms/ponzu/management/editor"
+
+ "github.com/gorilla/schema"
"github.com/tidwall/gjson"
)