[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-28 12:45:50 +00:00
parent 8560fddee5
commit 0213c25f6f

View File

@@ -487,10 +487,7 @@ describe('useExecutionStore - RAF batching', () => {
})
describe('handleProgress', () => {
function makeProgressEvent(
value: number,
max: number
): CustomEvent {
function makeProgressEvent(value: number, max: number): CustomEvent {
return new CustomEvent('progress', {
detail: { value, max, prompt_id: 'job-1', node: '1' }
})