Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 17, 2024
1 parent c058595 commit a59561b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/fj-interop/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
//!
//! [Fornjot]: https://www.fornjot.app/
pub mod ext;
mod mesh;
mod model;

pub mod ext;

pub use self::{
mesh::{Color, Index, Mesh, Triangle},
model::Model,
Expand Down

0 comments on commit a59561b

Please sign in to comment.