From 458ada173ed6df2933c35fe0d3e3dd9457d3a975 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 27 May 2018 11:52:26 -0700 Subject: go fmt --- weed/filer2/postgres/postgres_store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 19d97b443..3bec55def 100644 --- a/weed/filer2/postgres/postgres_store.go +++ b/weed/filer2/postgres/postgres_store.go @@ -1,13 +1,13 @@ package postgres import ( - "fmt" "database/sql" + "fmt" "github.com/chrislusf/seaweedfs/weed/filer2" - "github.com/spf13/viper" - _ "github.com/lib/pq" "github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql" + _ "github.com/lib/pq" + "github.com/spf13/viper" ) const ( -- cgit v1.2.3