From f1e5f1aacb2d812e8bba72ff33e377c971845c17 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 20 Nov 2020 23:12:20 +0100 Subject: [PATCH] style: fix zig fmt regression CI works now so this shouldn't happen again --- deps/zig-wayland | 2 +- river/main.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/zig-wayland b/deps/zig-wayland index 931b6f7..181f934 160000 --- a/deps/zig-wayland +++ b/deps/zig-wayland @@ -1 +1 @@ -Subproject commit 931b6f767b5c25280df1252982322d6eb1580aca +Subproject commit 181f9344b23504080be5cec676e4c4adebcd1f96 diff --git a/river/main.zig b/river/main.zig index b82b152..df03b54 100644 --- a/river/main.zig +++ b/river/main.zig @@ -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,