Skip to content

Commit 6a4443b

Browse files
committed
Fix the styling
1 parent 02379b6 commit 6a4443b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/Services/DaemonKeys/DaemonKeyDeletionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
namespace Pterodactyl\Services\DaemonKeys;
2626

27-
use Psr\Log\LoggerInterface as Writer;
2827
use Webmozart\Assert\Assert;
2928
use Pterodactyl\Models\Server;
29+
use Psr\Log\LoggerInterface as Writer;
3030
use GuzzleHttp\Exception\RequestException;
3131
use Illuminate\Database\ConnectionInterface;
3232
use Pterodactyl\Exceptions\DisplayException;

app/Services/Servers/SuspensionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
namespace Pterodactyl\Services\Servers;
1111

12-
use Psr\Log\LoggerInterface as Writer;
1312
use Pterodactyl\Models\Server;
13+
use Psr\Log\LoggerInterface as Writer;
1414
use GuzzleHttp\Exception\RequestException;
1515
use Illuminate\Database\ConnectionInterface;
1616
use Pterodactyl\Exceptions\DisplayException;

tests/Unit/Services/DaemonKeys/DaemonKeyDeletionServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
use Mockery as m;
1313
use Tests\TestCase;
14-
use Psr\Log\LoggerInterface as Writer;
1514
use GuzzleHttp\Psr7\Response;
1615
use Pterodactyl\Models\Server;
1716
use Pterodactyl\Models\DaemonKey;
17+
use Psr\Log\LoggerInterface as Writer;
1818
use GuzzleHttp\Exception\RequestException;
1919
use Illuminate\Database\ConnectionInterface;
2020
use Pterodactyl\Exceptions\DisplayException;

tests/Unit/Services/Servers/ServerDeletionServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Mockery as m;
66
use Tests\TestCase;
7-
use Psr\Log\LoggerInterface as Writer;
87
use GuzzleHttp\Psr7\Response;
98
use Pterodactyl\Models\Server;
9+
use Psr\Log\LoggerInterface as Writer;
1010
use Tests\Traits\MocksRequestException;
1111
use Illuminate\Database\ConnectionInterface;
1212
use Pterodactyl\Services\Servers\ServerDeletionService;

tests/Unit/Services/Servers/SuspensionServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
use Exception;
1313
use Mockery as m;
1414
use Tests\TestCase;
15-
use Psr\Log\LoggerInterface as Writer;
1615
use GuzzleHttp\Psr7\Response;
1716
use Pterodactyl\Models\Server;
17+
use Psr\Log\LoggerInterface as Writer;
1818
use GuzzleHttp\Exception\RequestException;
1919
use Illuminate\Database\ConnectionInterface;
2020
use Pterodactyl\Exceptions\DisplayException;

0 commit comments

Comments
 (0)