diff options
| author | chrislu <chris.lu@gmail.com> | 2024-05-20 11:03:56 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-05-20 11:03:56 -0700 |
| commit | d218fe54faa9e8603024c6957685d6c60941ef09 (patch) | |
| tree | d24fb309c44787516b91fcfc49f97658ce6e0c6b /weed/shell/command_volume_balance_test.go | |
| parent | d3032d1e805ab363242c833d9a61db59b3941f21 (diff) | |
| download | seaweedfs-d218fe54faa9e8603024c6957685d6c60941ef09.tar.xz seaweedfs-d218fe54faa9e8603024c6957685d6c60941ef09.zip | |
go fmt
Diffstat (limited to 'weed/shell/command_volume_balance_test.go')
| -rw-r--r-- | weed/shell/command_volume_balance_test.go | 2 |
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 b8af4fb98..fb39e063f 100644 --- a/weed/shell/command_volume_balance_test.go +++ b/weed/shell/command_volume_balance_test.go @@ -278,7 +278,7 @@ func TestDeleteEmptySelection(t *testing.T) { eachDataNode(topologyInfo, func(dc string, rack RackId, dn *master_pb.DataNodeInfo) { for _, diskInfo := range dn.DiskInfos { for _, v := range diskInfo.VolumeInfos { - if v.Size <= super_block.SuperBlockSize && v.ModifiedAtSecond > 0 { + if v.Size <= super_block.SuperBlockSize && v.ModifiedAtSecond > 0 { fmt.Printf("empty volume %d from %s\n", v.Id, dn.Id) } } |
