mirror of https://github.com/openclaw/openclaw.git
style: expand curly braces per oxfmt
This commit is contained in:
parent
ae658aa84c
commit
a182afcf97
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue