aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_super_block.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-10-21 23:03:48 -0700
committerChris Lu <chris.lu@gmail.com>2019-10-21 23:03:48 -0700
commitfec07c829deac7d762c50b9b9e7bdc0c849f6d2e (patch)
treefb380c5300e37d375fd2b4ea789ca904926d1d1a /weed/storage/volume_super_block.go
parentfaec9076a456187688d6b3fb5179cc0376c76916 (diff)
downloadseaweedfs-fec07c829deac7d762c50b9b9e7bdc0c849f6d2e.tar.xz
seaweedfs-fec07c829deac7d762c50b9b9e7bdc0c849f6d2e.zip
go fmt
Diffstat (limited to 'weed/storage/volume_super_block.go')
-rw-r--r--weed/storage/volume_super_block.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_super_block.go b/weed/storage/volume_super_block.go
index e4dc985b0..e05f5ee48 100644
--- a/weed/storage/volume_super_block.go
+++ b/weed/storage/volume_super_block.go
@@ -6,11 +6,11 @@ import (
"github.com/chrislusf/seaweedfs/weed/storage/memory_map"
- "github.com/golang/protobuf/proto"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"github.com/chrislusf/seaweedfs/weed/storage/needle"
"github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/golang/protobuf/proto"
)
const (