Skip to content

Commit d0090be

Browse files
tonysmgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d453d19 commit d0090be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PreloadingHeaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function keeps_existing_preloading_link_header()
5151
$response = resolve(AddLinkHeaderForPreloadedAssets::class)->handle(
5252
Request::create('/'),
5353
fn () => response('hello world')->withHeaders([
54-
'Link' => '</js/app.js>; rel=modulepreload'
54+
'Link' => '</js/app.js>; rel=modulepreload',
5555
]),
5656
);
5757

0 commit comments

Comments
 (0)