aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-01 22:39:08 -0800
committerChris Lu <chris.lu@gmail.com>2020-03-01 22:39:08 -0800
commit410bce3925fb47d6ba21f838fafed4ff7c892a90 (patch)
tree5a37c1451b3fa32b9db82c714ee7aad15d8d2894 /weed/shell/commands.go
parentb8ddf064c39b0d62a6790fb6bfff5226806efe15 (diff)
downloadseaweedfs-410bce3925fb47d6ba21f838fafed4ff7c892a90.tar.xz
seaweedfs-410bce3925fb47d6ba21f838fafed4ff7c892a90.zip
go fmt
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index a67a4e45e..93a4c94bb 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -43,9 +43,9 @@ var (
func NewCommandEnv(options ShellOptions) *CommandEnv {
return &CommandEnv{
- env: make(map[string]string),
+ env: make(map[string]string),
MasterClient: wdclient.NewMasterClient(options.GrpcDialOption, "shell", 0, strings.Split(*options.Masters, ",")),
- option: options,
+ option: options,
}
}