Skip to content

Commit b825ae7

Browse files
Style nit
Co-authored-by: matthewjasper <20113453+matthewjasper@users.noreply.github.com>
1 parent 43e4783 commit b825ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/match/issue-72680.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() {
1111
assert!(!f("a", 0));
1212
assert!(!f("b", 0));
1313

14-
assert!(!f("asdf", 032));
14+
assert!(!f("asdf", 32));
1515

1616
////
1717

0 commit comments

Comments
 (0)