Minor formatting fix

This commit is contained in:
diquah 2025-05-02 17:09:18 -07:00
parent 0148a5913d
commit 34e2e43445

View File

@ -487,7 +487,6 @@ pub fn commit(
} }
let justifiables = line.justifiables(); let justifiables = line.justifiables();
if justifiables > 0 && remaining > Abs::zero() { if justifiables > 0 && remaining > Abs::zero() {
// Underfull line, distribute the extra space. // Underfull line, distribute the extra space.
extra_justification = remaining / justifiables as f64; extra_justification = remaining / justifiables as f64;