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 => {
return format!(
"mouse_click: unknown button {other:?} — use \"left\", \"right\", or \"middle\""
)
);
}
};
// Move to position, press, release — all in one VNC connection.