aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filechunks.go
diff options
context:
space:
mode:
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"
)