diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:52:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:52:26 -0700 |
| commit | 458ada173ed6df2933c35fe0d3e3dd9457d3a975 (patch) | |
| tree | 30f174c167b3299eedde32419ad1894f43cd544d /weed/command/filer_copy.go | |
| parent | 8647191bee2027232105b20b5c110ffda225f9ba (diff) | |
| download | seaweedfs-458ada173ed6df2933c35fe0d3e3dd9457d3a975.tar.xz seaweedfs-458ada173ed6df2933c35fe0d3e3dd9457d3a975.zip | |
go fmt
Diffstat (limited to 'weed/command/filer_copy.go')
| -rw-r--r-- | weed/command/filer_copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go index 4c203fc94..8a754bb55 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -68,7 +68,7 @@ func runCopy(cmd *Command, args []string) bool { return false } filerDestination := args[len(args)-1] - fileOrDirs := args[0: len(args)-1] + fileOrDirs := args[0 : len(args)-1] filerUrl, err := url.Parse(filerDestination) if err != nil { |
