Manually apply zig fmt style to comments
This commit is contained in:
parent
0d212ecf5a
commit
e58f155bd6
7 changed files with 8 additions and 10 deletions
|
|
@ -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) {
|
||||
// ...
|
||||
// }
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue