style(widgets): apply formatter to widget runtime files

This commit is contained in:
Developer
2026-06-21 16:55:12 +00:00
parent e1356b20f1
commit 2557185fb7
4 changed files with 9 additions and 15 deletions
+1 -3
View File
@@ -40,9 +40,7 @@ export function SshTaskWidget({ widget }: Props) {
Exit status:{" "}
<span
className={
result.exit_status === 0
? "text-green-600"
: "text-destructive"
result.exit_status === 0 ? "text-green-600" : "text-destructive"
}
>
{result.exit_status}