mirror of
https://github.com/typst/typst
synced 2025-07-01 09:42:53 +08:00
Minor formatting fix
This commit is contained in:
parent
0148a5913d
commit
34e2e43445
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user