Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Mar 26, 2024
1 parent c19289b commit ec19846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export type AsyncMutexFunction<T> = ((fn: () => Promise<T>) => Promise<T>) & {
*/
runBlocking: <ReturnType>(
fn: () => Promise<ReturnType>,
options?: MutexOperationOptions
options?: MutexOperationOptions,
) => Promise<ReturnType>;
};

Expand Down

0 comments on commit ec19846

Please sign in to comment.