my fork of dmp
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a41d6a3..684cf21 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,5 +2,5 @@ pub mod dmp;
pub mod errors;
pub mod traits;
-pub use dmp::{DiffMatchPatch, PatchInput, Ops, Patch, Patches};
-pub use errors::Error; \ No newline at end of file
+pub use dmp::{DiffMatchPatch, Ops, Patch, PatchInput, Patches};
+pub use errors::Error;