mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 15:59:59 +00:00
Manually apply zig fmt style to comments
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// You can force a loop to exit immediately with a "break" statement:
|
||||
//
|
||||
// while (condition) : (continue expression){
|
||||
// while (condition) : (continue expression) {
|
||||
//
|
||||
// if(other condition) break;
|
||||
// if (other condition) break;
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user