From 427328c4eb955d71c7bd3c57cf836f5bcc26b354 Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 20 Jul 2026 21:18:57 +0200 Subject: [PATCH] =?UTF-8?q?style(hive-screen-mcp):=20nix=20fmt=20=E2=80=94?= =?UTF-8?q?=20trailing=20semicolon=20in=20match=20arm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hive-screen-mcp/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-screen-mcp/src/main.rs b/hive-screen-mcp/src/main.rs index 09bab287..1cdd7727 100644 --- a/hive-screen-mcp/src/main.rs +++ b/hive-screen-mcp/src/main.rs @@ -294,7 +294,7 @@ impl ScreenMcp { other => { return format!( "mouse_click: unknown button {other:?} — use \"left\", \"right\", or \"middle\"" - ) + ); } }; // Move to position, press, release — all in one VNC connection.