aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-05 15:27:10 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-05 15:27:10 -0700
commit45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc (patch)
treed122e72706f1d9130002798583ac81882974dd32 /weed/command/mount_std.go
parent03c2f0350904bc2e69faf5f9a552092826df9ae3 (diff)
downloadseaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.tar.xz
seaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.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 4e83a44a0..c95626651 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -34,7 +34,7 @@ func runMount(cmd *Command, args []string) bool {
return false
}
- if len(args)>0 {
+ if len(args) > 0 {
return false
}