From 169777f957055369c55fb0831095eac32dc3c540 Mon Sep 17 00:00:00 2001 From: refringe Date: Wed, 19 Jun 2024 03:19:18 +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 {