aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_balance_test.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-08 22:30:36 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-08 22:30:36 -0700
commitc5f38c365d7d5cd4dc74e5cafefc0c461a0d478e (patch)
tree3e36e477503bd355e1a3d43af7a462eb653735d4 /weed/shell/command_volume_balance_test.go
parentdf85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f (diff)
downloadseaweedfs-c5f38c365d7d5cd4dc74e5cafefc0c461a0d478e.tar.xz
seaweedfs-c5f38c365d7d5cd4dc74e5cafefc0c461a0d478e.zip
go fmt
Diffstat (limited to 'weed/shell/command_volume_balance_test.go')
-rw-r--r--weed/shell/command_volume_balance_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_balance_test.go b/weed/shell/command_volume_balance_test.go
index d6624bbcc..9732e9bb7 100644
--- a/weed/shell/command_volume_balance_test.go
+++ b/weed/shell/command_volume_balance_test.go
@@ -187,7 +187,7 @@ func TestBalance(t *testing.T) {
func TestVolumeSelection(t *testing.T) {
topologyInfo := parseOutput(topoData)
- vids, err := collectVolumeIdsForTierChange(nil, topologyInfo, 1000, types.ToDiskType("hdd"), "", 20.0, 0);
+ vids, err := collectVolumeIdsForTierChange(nil, topologyInfo, 1000, types.ToDiskType("hdd"), "", 20.0, 0)
if err != nil {
t.Errorf("collectVolumeIdsForTierChange: %v", err)
}