Skip to content

Commit ecc5869

Browse files
committed
misc: applied cargo fmt
1 parent 0c059c2 commit ecc5869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bmatcher-core/src/matcher.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ mod test {
530530

531531
#[test]
532532
fn test_branch_behaviour() {
533-
#[rustfmt::skip]
533+
#[rustfmt::skip]
534534
test_single(
535535
"
536536
48 8B 83 r4
@@ -549,7 +549,7 @@ mod test {
549549
Some(&[0x01, 0x02, 0x03]),
550550
);
551551

552-
#[rustfmt::skip]
552+
#[rustfmt::skip]
553553
test_single(
554554
"
555555
48 8B 83 r4

0 commit comments

Comments
 (0)