From 74748963681f5599bad7762dfc664c0cad349561 Mon Sep 17 00:00:00 2001 From: andrasbacsai Date: Tue, 25 Jun 2024 12:30:37 +0000 Subject: [PATCH] Fix styling --- app/Jobs/ServerStatusJob.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Jobs/ServerStatusJob.php b/app/Jobs/ServerStatusJob.php index f5a9659a0..bddafe2ba 100644 --- a/app/Jobs/ServerStatusJob.php +++ b/app/Jobs/ServerStatusJob.php @@ -25,9 +25,7 @@ public function backoff(): int return isDev() ? 1 : 3; } - public function __construct(public Server $server) - { - } + public function __construct(public Server $server) {} public function middleware(): array {