Skip to content

Commit 5245f78

Browse files
committed
style(search): fix rustfmt check
1 parent a0a024d commit 5245f78

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/search/kmp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ impl KmpAutomaton {
353353
pub(crate) fn is_empty_needle(&self) -> bool {
354354
self.match_state == 0
355355
}
356-
357356
}
358357

359358
/// [`chain_table`](KmpAutomaton::chain_table) flags. A token containing the

0 commit comments

Comments
 (0)