Skip to content

Commit

Permalink
style: remove unnecessary whitespace at polyfill.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosZy committed Oct 21, 2024
1 parent 147e96c commit 25a2f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/polyfills/fetch/polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Headers } from './headers.js';
import { Request } from './request.js';
import { Response } from './response.js';


globalThis.fetch = fetch;
globalThis.Headers = Headers;
globalThis.Request = Request;
Expand Down

0 comments on commit 25a2f3d

Please sign in to comment.