From 7ecdbed34d3740cdc41c768b20a4e28e0665a029 Mon Sep 17 00:00:00 2001 From: refringe Date: Tue, 18 Jun 2024 18:38:24 +0000 Subject: [PATCH] Pint PHP Style Fixes [no ci] --- app/View/Components/ModListStats.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/View/Components/ModListStats.php b/app/View/Components/ModListStats.php index a424321..a267d7c 100644 --- a/app/View/Components/ModListStats.php +++ b/app/View/Components/ModListStats.php @@ -10,8 +10,7 @@ class ModListStats extends Component public function __construct( public $mod, public $modVersion - ) { - } + ) {} public function render(): View {