diff --git a/src/sync_logic.rs b/src/sync_logic.rs index 10e8d25..6870213 100644 --- a/src/sync_logic.rs +++ b/src/sync_logic.rs @@ -228,4 +228,5 @@ mod tests { assert_eq!(state.offset_history.len(), 20); assert_eq!(*state.offset_history.front().unwrap(), 5); // 0-4 are pushed out assert_eq!(*state.offset_history.back().unwrap(), 24); - } \ No newline at end of file + } +}