style: fix zig fmt regression

CI works now so this shouldn't happen again
This commit is contained in:
Isaac Freund
2020-11-20 23:12:20 +01:00
parent 16e4b5267f
commit f1e5f1aacb
2 changed files with 2 additions and 2 deletions

View File

@ -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,