chore: format

This commit is contained in:
Edward Langley
2026-04-13 21:30:37 -07:00
parent af74dc3d3f
commit 6370f8b19f
19 changed files with 445 additions and 249 deletions

View File

@ -3,5 +3,5 @@ pub mod layout;
pub mod types;
pub use axis::Axis;
pub use layout::{synthetic_record_info, AxisEntry, GridLayout};
pub use layout::{AxisEntry, GridLayout, synthetic_record_info};
pub use types::View;