Skip to content

Commit a17570c

Browse files
committed
Fix styling
1 parent 06229a3 commit a17570c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/Unit/Http/Controllers/Base/IndexControllerTest.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@
99

1010
namespace Tests\Unit\Http\Controllers\Base;
1111

12-
use GuzzleHttp\Exception\ConnectException;
13-
use GuzzleHttp\Exception\RequestException;
14-
use GuzzleHttp\Psr7\ServerRequest;
1512
use Mockery as m;
1613
use Pterodactyl\Models\User;
1714
use GuzzleHttp\Psr7\Response;
1815
use Pterodactyl\Models\Server;
19-
use Symfony\Component\HttpKernel\Exception\HttpException;
16+
use GuzzleHttp\Psr7\ServerRequest;
17+
use GuzzleHttp\Exception\ConnectException;
18+
use GuzzleHttp\Exception\RequestException;
2019
use Tests\Assertions\ControllerAssertionsTrait;
2120
use Tests\Unit\Http\Controllers\ControllerTestCase;
2221
use Pterodactyl\Http\Controllers\Base\IndexController;
2322
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
23+
use Symfony\Component\HttpKernel\Exception\HttpException;
2424
use Pterodactyl\Services\DaemonKeys\DaemonKeyProviderService;
2525
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
2626
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface as DaemonServerRepositoryInterface;
27-
use Psr\Http\Message\RequestInterface;
2827

2928
class IndexControllerTest extends ControllerTestCase
3029
{

0 commit comments

Comments
 (0)