style: fix zig fmt regression
CI works now so this shouldn't happen again
This commit is contained in:
parent
16e4b5267f
commit
f1e5f1aacb
2
deps/zig-wayland
vendored
2
deps/zig-wayland
vendored
@ -1 +1 @@
|
||||
Subproject commit 931b6f767b5c25280df1252982322d6eb1580aca
|
||||
Subproject commit 181f9344b23504080be5cec676e4c4adebcd1f96
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user