Skip to content

Commit fc386a4

Browse files
style(cleanup): remove unnecessary line break in _calcExtraSpaceNeeded
Signed-off-by: Mathieu Labourier <mathieu.labourier@vates.tech>
1 parent 8f29055 commit fc386a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/sm/cleanup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,8 +2787,7 @@ def _finishCoalesceLeaf(self, parent):
27872787
parent.deflate()
27882788

27892789
def _calcExtraSpaceNeeded(self, child, parent):
2790-
return lvhdutil.calcSizeVHDLV(parent.sizeVirt, parent.block_size) - \
2791-
parent.sizeLV
2790+
return lvhdutil.calcSizeVHDLV(parent.sizeVirt, parent.block_size) - parent.sizeLV
27922791

27932792
def _handleInterruptedCoalesceLeaf(self):
27942793
entries = self.journaler.getAll(VDI.JRN_LEAF)

0 commit comments

Comments
 (0)