Skip to content

Commit 2f83a66

Browse files
committed
remove additional spaces
1 parent 4a6325e commit 2f83a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Asset/TagRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function renderWebpackScriptTags(string $entryName, string $packageName =
5656

5757
if (isset($integrityHashes[$filename])) {
5858
$attributes['integrity'] = $integrityHashes[$filename];
59-
$attributes['crossorigin'] = $this->crossorigin;
59+
$attributes['crossorigin'] = $this->crossorigin;
6060
}
6161

6262
$scriptTags[] = sprintf(
@@ -82,7 +82,7 @@ public function renderWebpackLinkTags(string $entryName, string $packageName = n
8282

8383
if (isset($integrityHashes[$filename])) {
8484
$attributes['integrity'] = $integrityHashes[$filename];
85-
$attributes['crossorigin'] = $this->crossorigin;
85+
$attributes['crossorigin'] = $this->crossorigin;
8686
}
8787

8888
$scriptTags[] = sprintf(

0 commit comments

Comments
 (0)