style: expand curly braces per oxfmt

This commit is contained in:
Ubuntu
2026-02-25 11:25:02 +00:00
committed by Nimrod Gutman
parent ae658aa84c
commit a182afcf97

View File

@@ -20,7 +20,9 @@ export function createTypingCallbacks(params: {
let closed = false;
const fireStart = async () => {
if (closed) { return; }
if (closed) {
return;
}
try {
await params.start();
} catch (err) {