switch to @This(); for output and server as they don't really have anything else

This commit is contained in:
Squibid 2025-10-16 18:15:21 -04:00
parent 0f13973300
commit d4efb73d5c
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 110 additions and 112 deletions

View file

@ -1,7 +1,7 @@
const std = @import("std");
const wlr = @import("wlroots");
const Server = @import("server.zig").Server;
const Server = @import("server.zig");
const gpa = std.heap.c_allocator;