Skip to content

Commit 0250ff4

Browse files
committed
style(showcase/harness): apply oxfmt to d4-chat-roundtrip detachAbort arrow
1 parent 551a9ba commit 0250ff4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

showcase/harness/src/probes/drivers/d4-chat-roundtrip.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ export function createPooledE2eSmokeLauncher(
326326
logger?.warn("probe.e2e-smoke.pool-pre-aborted-release");
327327
} else {
328328
abortSignal.addEventListener("abort", onAbort, { once: true });
329-
detachAbort = () =>
330-
abortSignal.removeEventListener("abort", onAbort);
329+
detachAbort = () => abortSignal.removeEventListener("abort", onAbort);
331330
}
332331
}
333332

0 commit comments

Comments
 (0)