Normalize interrobangs

This commit is contained in:
Dave Gauer
2021-05-09 13:15:53 -04:00
parent 34ac5f6742
commit ac9a4dadfb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
21c21
< std.debug.print(") ", .{}); // <---- how!?
< std.debug.print(") ", .{}); // <---- how?!
---
> defer std.debug.print(") ", .{}); // <---- how!?
> defer std.debug.print(") ", .{}); // <---- how?!