From 7603efc51e8b688dcfb97173659bc385d6dd92ff Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Fri, 7 Apr 2017 20:37:56 -0700 Subject: import layout style fix --- system/db/content.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/db') 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" ) -- cgit v1.2.3