Skip to content

Commit 3095798

Browse files
craigpottergithub-actions[bot]
authored andcommitted
Fix styling
1 parent 31cd90d commit 3095798

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Barstool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Saloon\Http\PendingRequest;
1010
use Psr\Http\Message\UriInterface;
1111
use Saloon\Barstool\Enums\RecordingType;
12-
use Saloon\Barstool\Jobs\RecordBarstoolJob;
1312
use Saloon\Contracts\Body\BodyRepository;
13+
use Saloon\Barstool\Jobs\RecordBarstoolJob;
1414
use Saloon\Repositories\Body\StreamBodyRepository;
1515
use Saloon\Exceptions\Request\FatalRequestException;
1616
use Saloon\Repositories\Body\MultipartBodyRepository;

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
namespace Saloon\Barstool\Tests;
66

77
use Illuminate\Support\Facades\Schema;
8-
use Orchestra\Testbench\TestCase as Orchestra;
98
use Saloon\Barstool\BarstoolServiceProvider;
9+
use Orchestra\Testbench\TestCase as Orchestra;
1010
use Illuminate\Database\Eloquent\Factories\Factory;
1111

1212
class TestCase extends Orchestra

0 commit comments

Comments
 (0)