aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-21 17:39:10 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-21 17:39:10 -0700
commit7e2031b18f3f78688ff596921b5a6b8ebb36986b (patch)
tree9fdba6135eee3235e02025c09aa164dd233e5d53 /weed/command/mount_std.go
parentdc8dd8b486b9ae7ffc70c4563d99da4d54bbc236 (diff)
downloadseaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.tar.xz
seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.zip
go fmt
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index fda15090f..242ed4dc8 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -11,8 +11,8 @@ import (
"github.com/chrislusf/seaweedfs/weed/filesys"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/util"
- "strings"
"strconv"
+ "strings"
)
func runMount(cmd *Command, args []string) bool {