Skip to content

Commit 42993ea

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b7afbd6 commit 42993ea

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

src/Commands/PublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Illuminate\Support\Str;
88
use Native\Electron\Concerns\LocatesPhpBinary;
99
use Native\Electron\Facades\Updater;
10+
1011
use function Laravel\Prompts\select;
1112

1213
class PublishCommand extends Command

src/Updater/GitHubProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
class GitHubProvider implements Updater
88
{
9-
public function __construct(protected array $config)
10-
{
11-
}
9+
public function __construct(protected array $config) {}
1210

1311
public function environmentVariables(): array
1412
{

src/Updater/S3Provider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
class S3Provider implements Updater
88
{
9-
public function __construct(protected array $config)
10-
{
11-
}
9+
public function __construct(protected array $config) {}
1210

1311
public function environmentVariables(): array
1412
{

src/Updater/SpacesProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
class SpacesProvider implements Updater
88
{
9-
public function __construct(protected array $config)
10-
{
11-
}
9+
public function __construct(protected array $config) {}
1210

1311
public function environmentVariables(): array
1412
{

0 commit comments

Comments
 (0)