Skip to content

Commit ffad3ec

Browse files
committed
Format
1 parent 4bfe229 commit ffad3ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mocks/MockRegistry.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,10 @@ export class MockRegistry {
293293
* ```
294294
*/
295295
get fetch(): Fetch {
296-
return ((input: RequestInfo | URL, init?: RequestInit): Promise<Response> => {
296+
return ((
297+
input: RequestInfo | URL,
298+
init?: RequestInit,
299+
): Promise<Response> => {
297300
return this.#handleRequest(input, init);
298301
}) as Fetch;
299302
}

0 commit comments

Comments
 (0)