From 6b01d1b3f92686d3e73f34b5b36c86b18fc141c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilsen=20Hern=C3=A1ndez?= Date: Sun, 25 Sep 2022 14:46:30 -0400 Subject: [PATCH] Add missing end of file --- tests/Features/ViteBundlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Features/ViteBundlerTest.php b/tests/Features/ViteBundlerTest.php index 106e028e..7935b846 100644 --- a/tests/Features/ViteBundlerTest.php +++ b/tests/Features/ViteBundlerTest.php @@ -38,4 +38,4 @@ test('replaces the vite helper instance with custom class', function () { ->toBeInstanceOf(StanclVite::class); tenancy()->end(); -}); \ No newline at end of file +});