style(hive-screen-mcp): nix fmt — trailing semicolon in match arm

This commit is contained in:
iris 2026-07-20 21:18:57 +02:00
commit 427328c4eb

View file

@ -294,7 +294,7 @@ impl ScreenMcp {
other => { other => {
return format!( return format!(
"mouse_click: unknown button {other:?} — use \"left\", \"right\", or \"middle\"" "mouse_click: unknown button {other:?} — use \"left\", \"right\", or \"middle\""
) );
} }
}; };
// Move to position, press, release — all in one VNC connection. // Move to position, press, release — all in one VNC connection.