summaryrefslogtreecommitdiff
path: root/system/db
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-07 20:37:56 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-07 20:37:56 -0700
commit7603efc51e8b688dcfb97173659bc385d6dd92ff (patch)
tree3798241a60117a5449e2f87a7b3b8c2818482296 /system/db
parentafe92b2bcd3b8e914496006a414ad9b95dba3f0b (diff)
import layout style fix
Diffstat (limited to 'system/db')
-rw-r--r--system/db/content.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/db/content.go b/system/db/content.go
index a16c267..49cba87 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -10,9 +10,10 @@ import (
"strconv"
"strings"
+ "github.com/ponzu-cms/ponzu/system/item"
+
"github.com/boltdb/bolt"
"github.com/gorilla/schema"
- "github.com/ponzu-cms/ponzu/system/item"
uuid "github.com/satori/go.uuid"
)