mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:28:28 +00:00
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
This commit is contained in:
@@ -53,7 +53,9 @@ export function parseFenceSpans(buffer: string): FenceSpan[] {
|
||||
}
|
||||
}
|
||||
|
||||
if (nextNewline === -1) break;
|
||||
if (nextNewline === -1) {
|
||||
break;
|
||||
}
|
||||
offset = nextNewline + 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user