Skip to content

Commit 37a31d4

Browse files
committed
Fixing test errors
1 parent e7a27f2 commit 37a31d4

File tree

10 files changed

+481
-347
lines changed

10 files changed

+481
-347
lines changed

crates/diff-engine/src/engine.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ pub enum DiffError {
5151
ProcessingError(String),
5252
}
5353

54+
impl Default for DiffEngine {
55+
fn default() -> Self {
56+
Self::new()
57+
}
58+
}
59+
5460
impl DiffEngine {
5561
pub fn new() -> Self {
5662
Self {

0 commit comments

Comments
 (0)