Style nit

Co-authored-by: matthewjasper <20113453+matthewjasper@users.noreply.github.com>
This commit is contained in:
Who? Me?! 2020-11-14 07:20:25 -06:00 committed by GitHub
parent 43e4783ce3
commit b825ae7d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ fn main() {
assert!(!f("a", 0)); assert!(!f("a", 0));
assert!(!f("b", 0)); assert!(!f("b", 0));
assert!(!f("asdf", 032)); assert!(!f("asdf", 32));
//// ////