mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 15:59:59 +00:00
Apply zig fmt to exercises
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//
|
||||
const std = @import("std");
|
||||
|
||||
const MyNumberError = error{ TooSmall };
|
||||
const MyNumberError = error{TooSmall};
|
||||
|
||||
pub fn main() void {
|
||||
var my_number: ??? = 5;
|
||||
@@ -27,4 +27,3 @@ pub fn main() void {
|
||||
|
||||
std.debug.print("I compiled!", .{});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user