lint: correct formatting
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 59s

This commit is contained in:
2026-01-17 13:27:57 +01:00
parent 8199a23566
commit db8485d88e

View File

@@ -6,7 +6,6 @@ pub fn Website(App: type) type {
return .{ .gpa = gpa }; return .{ .gpa = gpa };
} }
pub fn element(this: *@This()) App.Element { pub fn element(this: *@This()) App.Element {
return .{ return .{
.ptr = this, .ptr = this,