Skip to content

Commit 5b8335e

Browse files
committed
fixups
1 parent 1bdf4ad commit 5b8335e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/libfmt_macros/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,7 @@ impl<'a> Parser<'a> {
421421
break
422422
}
423423
}
424-
if found {
425-
Some(cur)
426-
} else {
427-
None
428-
}
424+
if found { Some(cur) } else { None }
429425
}
430426
}
431427

0 commit comments

Comments
 (0)