From d99599fa212c8537e0fab2053a761fbd5992dbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Mon, 30 Mar 2026 07:24:08 +0200 Subject: [PATCH] zig fmt --- src/Config.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Config.zig b/src/Config.zig index ae5a2667..20730fa3 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -189,7 +189,6 @@ pub fn webBotAuth(self: *const Config) ?WebBotAuthConfig { }; } - pub fn maxConnections(self: *const Config) u16 { return switch (self.mode) { .serve => |opts| opts.cdp_max_connections,