Literally one set of parentheses
This commit is contained in:
parent
bb50c7d7a7
commit
1044c8299a
@ -141,7 +141,7 @@ func (element *VBox) freeSpace () (space float64, nExpanding float64) {
|
||||
space -= float64(padding.Vertical())
|
||||
}
|
||||
if element.margin {
|
||||
space -= float64(margin.Y * len(element.scratch) - 1)
|
||||
space -= float64(margin.Y * (len(element.scratch) - 1))
|
||||
}
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user