Skip to content

Commit d320eb6

Browse files
atkgithub-actions[bot]
authored andcommitted
Format
1 parent a345fa6 commit d320eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/resource/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function makeAbortable(
7979
*/
8080

8181
export function createAbortable(
82-
options?: AbortableOptions
82+
options?: AbortableOptions,
8383
): [() => AbortSignal, () => void, (err: any) => void] {
8484
const [signal, abort, filterAbortError] = makeAbortable(options);
8585
onCleanup(abort);

0 commit comments

Comments
 (0)