From b7e7c6f07051e7dccb5e6c6a9ea2ff70058f45d8 Mon Sep 17 00:00:00 2001 From: Ben Sherred Date: Tue, 28 Nov 2023 20:11:03 +0000 Subject: [PATCH] fix: formatting --- tests/SqidsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/SqidsTest.php b/tests/SqidsTest.php index 57f3f79..d622504 100644 --- a/tests/SqidsTest.php +++ b/tests/SqidsTest.php @@ -29,7 +29,6 @@ ->toBe('ch') ->and(Sqids::prefixForModel(model: $charge::class)) ->toBe('ch'); - ; }); it('can encode an id and decode ids', function (): void {