fix(lint): format using zig fmt
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 50s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 50s
This commit is contained in:
@@ -83,7 +83,6 @@ pub fn Tree(App: type) type {
|
|||||||
return .{ .x = width };
|
return .{ .x = width };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fn handle(ctx: *anyopaque, model: *App.Model, event: App.Event) !void {
|
fn handle(ctx: *anyopaque, model: *App.Model, event: App.Event) !void {
|
||||||
const this: *@This() = @ptrCast(@alignCast(ctx));
|
const this: *@This() = @ptrCast(@alignCast(ctx));
|
||||||
switch (event) {
|
switch (event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user