From 95b997fb3542093d935e5abee10de456b3710cc3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 19 Aug 2018 15:18:37 -0700 Subject: go fmt --- weed/filer2/postgres/postgres_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/filer2/postgres/postgres_store.go') diff --git a/weed/filer2/postgres/postgres_store.go b/weed/filer2/postgres/postgres_store.go index 8836e2be7..ffd3d1e01 100644 --- a/weed/filer2/postgres/postgres_store.go +++ b/weed/filer2/postgres/postgres_store.go @@ -6,8 +6,8 @@ import ( "github.com/chrislusf/seaweedfs/weed/filer2" "github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql" - _ "github.com/lib/pq" "github.com/chrislusf/seaweedfs/weed/util" + _ "github.com/lib/pq" ) const ( -- cgit v1.2.3