From 9e98bba20634d73146b89ed6d220bede55a34192 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 24 Oct 2018 00:00:01 -0700 Subject: [PATCH] go fmt --- weed/topology/topology_vacuum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/topology/topology_vacuum.go b/weed/topology/topology_vacuum.go index 73664d27e..c6ec4375a 100644 --- a/weed/topology/topology_vacuum.go +++ b/weed/topology/topology_vacuum.go @@ -152,7 +152,7 @@ func vacuumOneVolumeLayout(volumeLayout *VolumeLayout, c *Collection, garbageThr if batchVacuumVolumeCheck(volumeLayout, vid, locationlist, garbageThreshold) { if batchVacuumVolumeCompact(volumeLayout, vid, locationlist, preallocate) { batchVacuumVolumeCommit(volumeLayout, vid, locationlist) - }else{ + } else { batchVacuumVolumeCleanup(volumeLayout, vid, locationlist) } }