Skip to content

Commit 1454b42

Browse files
committed
Revert "fixups"
This reverts commit 5b8335e.
1 parent 5b8335e commit 1454b42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/libfmt_macros/lib.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,11 @@ impl<'a> Parser<'a> {
421421
break
422422
}
423423
}
424-
if found { Some(cur) } else { None }
424+
if found {
425+
Some(cur)
426+
} else {
427+
None
428+
}
425429
}
426430
}
427431

0 commit comments

Comments
 (0)