diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-09 14:37:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-09 14:37:34 -0700 |
| commit | 402315f117ec02d511dde0b4428bfd8d0ec8716d (patch) | |
| tree | 3ebe9f3c2e4beefe41ed4cd646a064921ce1f7fb /weed/shell/command_remote_mount.go | |
| parent | a6be2520c97f79d2dac0c748410c3de471cc8143 (diff) | |
| download | seaweedfs-402315f117ec02d511dde0b4428bfd8d0ec8716d.tar.xz seaweedfs-402315f117ec02d511dde0b4428bfd8d0ec8716d.zip | |
go fmt
Diffstat (limited to 'weed/shell/command_remote_mount.go')
| -rw-r--r-- | weed/shell/command_remote_mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_mount.go b/weed/shell/command_remote_mount.go index a0d41ce6f..84a27cad6 100644 --- a/weed/shell/command_remote_mount.go +++ b/weed/shell/command_remote_mount.go @@ -246,4 +246,4 @@ func doSaveRemoteEntry(client filer_pb.SeaweedFilerClient, localDir string, exis return updateErr } return nil -}
\ No newline at end of file +} |
