Skip to content

Commit

Permalink
Style nit
Browse files Browse the repository at this point in the history
Co-authored-by: matthewjasper <[email protected]>
  • Loading branch information
mark-i-m and matthewjasper committed Nov 14, 2020
1 parent 43e4783 commit b825ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/match/issue-72680.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
assert!(!f("a", 0));
assert!(!f("b", 0));

assert!(!f("asdf", 032));
assert!(!f("asdf", 32));

////

Expand Down

0 comments on commit b825ae7

Please sign in to comment.