style: fix zig fmt regression
CI works now so this shouldn't happen again
This commit is contained in:
2
deps/zig-wayland
vendored
2
deps/zig-wayland
vendored
Submodule deps/zig-wayland updated: 931b6f767b...181f9344b2
@ -96,7 +96,7 @@ pub fn main() anyerror!void {
|
||||
c.wlr_log_init(
|
||||
switch (log.level) {
|
||||
.debug => .WLR_DEBUG,
|
||||
.notice, .info, => .WLR_INFO,
|
||||
.notice, .info => .WLR_INFO,
|
||||
.warn, .err, .crit, .alert, .emerg => .WLR_ERROR,
|
||||
},
|
||||
null,
|
||||
|
Reference in New Issue
Block a user