aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-03 22:32:04 -0700
committerChris Lu <chris.lu@gmail.com>2018-11-03 22:32:04 -0700
commit3c54b3cff45f5b959e2c314615dbabed8b8861ff (patch)
tree352ef7a667bc99381a2c22a0dee6e62fef90620e
parenta64613172d6421330b6b7c5b694423ab9273e678 (diff)
downloadseaweedfs-3c54b3cff45f5b959e2c314615dbabed8b8861ff.tar.xz
seaweedfs-3c54b3cff45f5b959e2c314615dbabed8b8861ff.zip
go fmt
-rw-r--r--unmaintained/see_idx/see_idx.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/see_idx/see_idx.go b/unmaintained/see_idx/see_idx.go
index 9e8133dde..23ca04c2e 100644
--- a/unmaintained/see_idx/see_idx.go
+++ b/unmaintained/see_idx/see_idx.go
@@ -2,13 +2,13 @@ package main
import (
"flag"
+ "fmt"
"os"
"path"
"strconv"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/storage"
- "fmt"
"github.com/chrislusf/seaweedfs/weed/storage/types"
)