Skip to content

Commit ff80f4f

Browse files
committed
lintfix
1 parent 965ae75 commit ff80f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/DuplexHandler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class DuplexHandler<
1313
* error. If you need to handle any clean up it should be handled in a
1414
* `finally` block and check the abort signal for potential errors.
1515
*/
16-
public async *handle (
16+
public async *handle(
1717
input: AsyncIterableIterator<Input>,
1818
cancel: (reason?: any) => void,
1919
meta: Record<string, JSONValue> | undefined,

0 commit comments

Comments
 (0)