[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-16 05:22:09 +00:00
committed by bymyself
parent 31c51d9a2e
commit 3a4ab844db

View File

@@ -747,10 +747,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' }
})