aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filechunks.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-09-09 16:26:11 -0700
committerChris Lu <chris.lu@gmail.com>2018-09-09 16:26:11 -0700
commit296acc4a0ac86e6a5f85967085646148a0ea9ca5 (patch)
treea9d396d02da865fa24427b6aa98950f6d9474033 /weed/filer2/filechunks.go
parent164091c269b1ff54c40329947cdf1dad37a527dc (diff)
downloadseaweedfs-296acc4a0ac86e6a5f85967085646148a0ea9ca5.tar.xz
seaweedfs-296acc4a0ac86e6a5f85967085646148a0ea9ca5.zip
go fmt
Diffstat (limited to 'weed/filer2/filechunks.go')
-rw-r--r--weed/filer2/filechunks.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer2/filechunks.go b/weed/filer2/filechunks.go
index e47cb762f..b248a8c59 100644
--- a/weed/filer2/filechunks.go
+++ b/weed/filer2/filechunks.go
@@ -1,10 +1,10 @@
package filer2
import (
+ "fmt"
+ "hash/fnv"
"math"
"sort"
- "hash/fnv"
- "fmt"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
)