aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-06-10 21:33:32 -0700
committerChris Lu <chris.lu@gmail.com>2019-06-10 21:33:32 -0700
commit57092d69ac1f72bd90f62811ac2542b054371fdc (patch)
treeafd473d47d2809987f8dbb16c2f6b9c7d2d7d0dd /weed/shell/commands.go
parentf9d8bd51ad8cf4597559c3e3e327bbb3432719b7 (diff)
downloadseaweedfs-57092d69ac1f72bd90f62811ac2542b054371fdc.tar.xz
seaweedfs-57092d69ac1f72bd90f62811ac2542b054371fdc.zip
go fmt
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index ade8acd89..b642ec253 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -40,7 +40,6 @@ var (
Commands = []command{}
)
-
func NewCommandEnv(options ShellOptions) *CommandEnv {
return &CommandEnv{
env: make(map[string]string),