From b4f4fd1d944e313b25a645b85200d8d33e9e075e Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 17 Apr 2023 17:00:28 +0200 Subject: [PATCH] Fix formatting --- tests/Etc/CacheService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Etc/CacheService.php b/tests/Etc/CacheService.php index 8e5d17d3..c228d59e 100644 --- a/tests/Etc/CacheService.php +++ b/tests/Etc/CacheService.php @@ -10,7 +10,7 @@ class CacheService { public function __construct( protected Repository $cache - ){ + ) { } public function handle(): void