diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-14 13:21:02 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-14 13:21:02 -0700 |
| commit | 35d939a1d21322e7eb1d58899ebf4929f4fd2a72 (patch) | |
| tree | 81bdbb840c0b0726910979f43602b0d314f640a7 /weed/command/mount_std.go | |
| parent | 2d4c2db81df0b5012705c395aa306cd077cc36f4 (diff) | |
| download | seaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.tar.xz seaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.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 8da69d0ac..f6f7b1d55 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -75,7 +75,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { if err != nil { glog.V(0).Infof("failed to talk to filer %s: %v", filerGrpcAddress, err) glog.V(0).Infof("wait for %d seconds ...", i+1) - time.Sleep(time.Duration(i+1)*time.Second) + time.Sleep(time.Duration(i+1) * time.Second) } } if err != nil { |
