aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell')
-rw-r--r--weed/shell/command_volume_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_list.go b/weed/shell/command_volume_list.go
index 1d921e4b4..971e18f10 100644
--- a/weed/shell/command_volume_list.go
+++ b/weed/shell/command_volume_list.go
@@ -30,7 +30,7 @@ func (c *commandVolumeList) Do(args []string, commandEnv *commandEnv, writer io.
return err
}
- writeTopologyInfo(writer,resp.TopologyInfo)
+ writeTopologyInfo(writer, resp.TopologyInfo)
return nil
}