mach: fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5e8ab95a74
commit
412df4490c
1 changed files with 3 additions and 3 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue