Manually apply zig fmt style to comments

This commit is contained in:
Will Clardy
2021-02-15 16:55:19 -05:00
parent 882a6b6198
commit 97ae27435b
7 changed files with 8 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
// example that takes two parameters. As you can see, parameters
// are declared just like any other types ("name": "type"):
//
// fn myFunction( number: u8, is_lucky: bool ) {
// fn myFunction(number: u8, is_lucky: bool) {
// ...
// }
//