Skip to content

Commit b469e8c

Browse files
committed
Update allow_attributes_without_reason.rs
1 parent 7055371 commit b469e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/allow_attributes_without_reason.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn main() {
3131

3232
// Make sure this is not triggered on `?` desugaring
3333

34-
pub fn trigger_fp_option() -> Option<()>{
34+
pub fn trigger_fp_option() -> Option<()> {
3535
Some(())?;
3636
None?;
3737
Some(())

0 commit comments

Comments
 (0)