mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 16:33:31 +02:00
Manually apply zig fmt style to comments
This commit is contained in:
@@ -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) {
|
||||
// ...
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user