Normalize interrobangs
This commit is contained in:
parent
de584dcd71
commit
2ad8de5415
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
21c21
|
||||
< std.debug.print(") ", .{}); // <---- how!?
|
||||
< std.debug.print(") ", .{}); // <---- how?!
|
||||
---
|
||||
> defer std.debug.print(") ", .{}); // <---- how!?
|
||||
> defer std.debug.print(") ", .{}); // <---- how?!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue