From b825ae7d28294de48297cb2e426f68c2331b3fdc Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Sat, 14 Nov 2020 07:20:25 -0600 Subject: [PATCH] Style nit Co-authored-by: matthewjasper <20113453+matthewjasper@users.noreply.github.com> --- src/test/ui/match/issue-72680.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/match/issue-72680.rs b/src/test/ui/match/issue-72680.rs index e6a723a6609..5b933edc820 100644 --- a/src/test/ui/match/issue-72680.rs +++ b/src/test/ui/match/issue-72680.rs @@ -11,7 +11,7 @@ fn main() { assert!(!f("a", 0)); assert!(!f("b", 0)); - assert!(!f("asdf", 032)); + assert!(!f("asdf", 32)); ////