Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dulkoss authored and github-actions[bot] committed Sep 27, 2023
1 parent 54bcda7 commit f276261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Checks/DatabaseSizeCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Database\ConnectionResolverInterface;
use Illuminate\Database\MySqlConnection;
use Illuminate\Database\PostgresConnection;
use Illuminate\Support\Arr;
use Vormkracht10\LaravelOK\Checks\Base\Check;
use Vormkracht10\LaravelOK\Checks\Base\Result;

Expand Down Expand Up @@ -47,7 +46,6 @@ public function run(): Result

$size = $this->getDatabaseSize();


if ($size > $max) {
$mb = fn ($bytes) => round($bytes / 1024 / 1024);

Expand Down

0 comments on commit f276261

Please sign in to comment.