mach: fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-09-17 08:50:25 -07:00
parent 5e8ab95a74
commit 412df4490c

View file

@ -16,7 +16,7 @@ pub fn checkApplication(comptime app_pkg: type) void {
},
else => {
@compileError("App must be a struct type. Found:" ++ @typeName(App));
}
},
}
if (@hasDecl(App, "init")) {