summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/sql_system_store_test.go3
-rw-r--r--store/store.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/store/sql_system_store_test.go b/store/sql_system_store_test.go
index 74e2876ad..ab9c4c0f8 100644
--- a/store/sql_system_store_test.go
+++ b/store/sql_system_store_test.go
@@ -4,8 +4,9 @@
package store
import (
- "github.com/mattermost/platform/model"
"testing"
+
+ "github.com/mattermost/platform/model"
)
func TestSqlSystemStore(t *testing.T) {
diff --git a/store/store.go b/store/store.go
index cf08a6c64..620a99ff3 100644
--- a/store/store.go
+++ b/store/store.go
@@ -4,9 +4,10 @@
package store
import (
+ "time"
+
l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
- "time"
)
type StoreResult struct {