aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/cassandra/cassandra_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/cassandra/cassandra_store.go')
-rw-r--r--weed/filer2/cassandra/cassandra_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/cassandra/cassandra_store.go b/weed/filer2/cassandra/cassandra_store.go
index 316b6cce0..a1e63b87d 100644
--- a/weed/filer2/cassandra/cassandra_store.go
+++ b/weed/filer2/cassandra/cassandra_store.go
@@ -2,9 +2,9 @@ package cassandra
import (
"fmt"
- "github.com/gocql/gocql"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
+ "github.com/gocql/gocql"
"github.com/spf13/viper"
)