Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Dec 2, 2023
1 parent 7228799 commit 60ff0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ pub type Ring = Vec<Pt>;
pub use crate::band::Band;
pub use crate::contour::Contour;
pub use crate::contourbuilder::ContourBuilder;
pub use crate::error::{Error, ErrorKind, Result};
pub use crate::isoringbuilder::contour_rings;
pub use crate::line::Line;
pub use crate::error::{Error, ErrorKind, Result};

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 60ff0c5

Please sign in to comment.