Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Dec 5, 2021
1 parent 5b0091f commit 738f92c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Http/Controllers/HealthCheckJsonResultsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

namespace Spatie\Health\Http\Controllers;

use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\View\View;
use Spatie\Health\ResultStores\ResultStore;

class HealthCheckJsonResultsController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

use Illuminate\Support\Facades\Route;
use Spatie\Health\ResultStores\StoredCheckResults\StoredCheckResults;
use function Pest\Laravel\artisan;
use function Pest\Laravel\getJson;
use Spatie\Health\Commands\RunHealthChecksCommand;
use Spatie\Health\Facades\Health;
use Spatie\Health\Http\Controllers\HealthCheckJsonResultsController;
use Spatie\Health\ResultStores\StoredCheckResults\StoredCheckResults;
use Spatie\Health\Tests\TestClasses\FakeUsedDiskSpaceCheck;
use function Spatie\PestPluginTestTime\testTime;
use function Spatie\Snapshots\assertMatchesSnapshot;
Expand Down

0 comments on commit 738f92c

Please sign in to comment.