From 786e6865634a4f7e4b6eea25f5c62de26b52d9ff Mon Sep 17 00:00:00 2001 From: TapTap Date: Sat, 15 Aug 2026 11:52:05 +0200 Subject: [PATCH] fix: satisfy clang-format in CLI test --- tests/test_client_cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_client_cli.c b/tests/test_client_cli.c index 9c7ef2b..c6387f5 100644 --- a/tests/test_client_cli.c +++ b/tests/test_client_cli.c @@ -256,8 +256,8 @@ static void test_parse_args_rejects_unimplemented_options() { "--ipv4", "--daemon", "--config", - "--server", - "--compress-choice"}; + "--server", + "--compress-choice"}; for (size_t i = 0; i < sizeof(options) / sizeof(options[0]); i++) { Config* cfg = config_create(); -- 2.52.0