diff --git a/resources/views/tags.blade.php b/resources/views/tags.blade.php
index b662d41..76fcac7 100644
--- a/resources/views/tags.blade.php
+++ b/resources/views/tags.blade.php
@@ -8,7 +8,7 @@
@if (config('importmap.use_shim'))
@if ($nonce) @endif
-
+
@endif
diff --git a/tests/TagsComponentTest.php b/tests/TagsComponentTest.php
index bf998b9..a2917d0 100644
--- a/tests/TagsComponentTest.php
+++ b/tests/TagsComponentTest.php
@@ -21,12 +21,12 @@
$this->blade('')
->assertSee('', escape: false)
->assertDontSee('', escape: false);
+ ->assertSee('', escape: false);
});
it('uses given CSP nonce', function () {
$this->blade('')
->assertSee('', escape: false)
->assertSee('', escape: false)
- ->assertSee('', escape: false);
+ ->assertSee('', escape: false);
});