From 15866fb3339cbecf287cd68de99bb17fb5298f96 Mon Sep 17 00:00:00 2001 From: AlexzPurewoko Date: Wed, 13 Mar 2024 14:32:55 +0700 Subject: [PATCH] reformat --- tests/Unit/Core/Objects/CompiledRulesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Core/Objects/CompiledRulesTest.php b/tests/Unit/Core/Objects/CompiledRulesTest.php index 323ce83..5fce639 100644 --- a/tests/Unit/Core/Objects/CompiledRulesTest.php +++ b/tests/Unit/Core/Objects/CompiledRulesTest.php @@ -96,4 +96,4 @@ ->toHaveCount(1) ->toContain(6); })->with([$compiledRules]); -}); \ No newline at end of file +});