Skip to content

Commit 055e8fc

Browse files
committed
apply cargo fmt
1 parent 3fcf28f commit 055e8fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/state_machine.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ impl CharacterSet {
9494
chs.iter().for_each(|ch| chars.insert(*ch));
9595
chars
9696
}
97-
9897
}
9998

10099
pub(crate) struct State<T> {

0 commit comments

Comments
 (0)