style(hive-screen-mcp): nix fmt — trailing semicolon in match arm
This commit is contained in:
parent
cb4421228e
commit
427328c4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue