diff options
| -rw-r--r-- | src/layout/mod.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 470b4262..7c4d4618 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -4712,7 +4712,10 @@ mod tests { bbox: Rectangle::from_loc_and_size((0, 0), (100, 200)), min_max_size: Default::default(), }, - Op::SetWindowHeight { id: Some(0), change: SizeChange::SetFixed(704) }, + Op::SetWindowHeight { + id: Some(0), + change: SizeChange::SetFixed(704), + }, Op::AddWindow { id: 1, bbox: Rectangle::from_loc_and_size((0, 0), (100, 200)), |
