From 60ff0c5227cc562374d91ea56b238dd3dea6665e Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Sat, 2 Dec 2023 17:55:36 +0100 Subject: [PATCH] Cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9af5965..551ef19 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -77,9 +77,9 @@ pub type Ring = Vec; 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 {