Skip to content

Commit 2279053

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 21e7e80 commit 2279053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/prefetch/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function onPageLoad(cb: () => void) {
335335
*
336336
* @param eagerness Hint to the browser as to how eagerly it should prefetch/prerender link targets
337337
*/
338-
function appendSpeculationRules(url: string, eagerness: PrefetchOptions["eagerness"]) {
338+
function appendSpeculationRules(url: string, eagerness: PrefetchOptions['eagerness']) {
339339
const script = document.createElement('script');
340340
script.type = 'speculationrules';
341341
script.textContent = JSON.stringify({

0 commit comments

Comments
 (0)