diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-05 15:27:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-05 15:27:10 -0700 |
| commit | 45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc (patch) | |
| tree | d122e72706f1d9130002798583ac81882974dd32 /weed/command/mount_std.go | |
| parent | 03c2f0350904bc2e69faf5f9a552092826df9ae3 (diff) | |
| download | seaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.tar.xz seaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.zip | |
go fmt
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 2 |
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 } |
