Skip to content

Commit ec4aa35

Browse files
committed
fix lint
1 parent 9da01cb commit ec4aa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cleanup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export async function cleanupAsync() {
2424

2525
export function addToCleanupQueue(fn: CleanUpFunction | CleanUpFunctionAsync) {
2626
cleanupQueue.add(fn);
27-
}
27+
}

0 commit comments

Comments
 (0)