format everything using the editorconfig rules

This commit is contained in:
Squibid 2025-10-16 11:21:14 -04:00
parent ef663730ff
commit 840196d650
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 77 additions and 77 deletions

View file

@ -3,5 +3,5 @@ const std = @import("std");
const Server = @import("server.zig").Server;
pub fn main() !void {
std.debug.print("Starting wwm");
std.debug.print("Starting wwm");
}