From dadab9553f19ffa36839408562a9da70603c1cfb Mon Sep 17 00:00:00 2001 From: David Date: Mon, 16 May 2022 08:40:09 +0200 Subject: [PATCH] Add empty line at end of file --- tests/Pest/FormattingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest/FormattingTest.php b/tests/Pest/FormattingTest.php index c39576a..80e9143 100644 --- a/tests/Pest/FormattingTest.php +++ b/tests/Pest/FormattingTest.php @@ -55,4 +55,4 @@ test('the trailing decimal zeros trimming', function () { expect(Money::fromDecimal(10.00, EUR::class)->formatted())->toBe('10.00 €'); expect(Money::fromDecimal(10.10, EUR::class)->formatted())->toBe('10.10 €'); expect(Money::fromDecimal(10.12, EUR::class)->formatted())->toBe('10.12 €'); -}); \ No newline at end of file +});