From fedcae817b2f78b8a1af1b4f2c5c7d60c7479e5d Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 17 Jan 2024 22:49:55 +0000 Subject: [PATCH] Fix styling --- tests/Countries/AndorraTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Countries/AndorraTest.php b/tests/Countries/AndorraTest.php index 6ab6d869e..43f1c49cc 100644 --- a/tests/Countries/AndorraTest.php +++ b/tests/Countries/AndorraTest.php @@ -15,4 +15,4 @@ ->not()->toBeEmpty(); expect(formatDates($holidays))->toMatchSnapshot(); -}); \ No newline at end of file +});