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 @@
|
||||
// writing one of our own:
|
||||
//
|
||||
// fn foo(n: u8) u8 {
|
||||
// return n+1;
|
||||
// return n + 1;
|
||||
// }
|
||||
//
|
||||
// The foo() function above takes a number "n" and returns a number that is
|
||||
|
||||
Reference in New Issue
Block a user