8000 Fix styling · NativePHP/electron@811e64e · GitHub
[go: up one dir, main page]

Skip to content

Commit 811e64e

Browse files
SRWieZgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 358a314 commit 811e64e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Commands/BuildCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
use Native\Electron\Traits\InstallsAppIcon;
1414
use Native\Electron\Traits\LocatesPhpBinary;
1515
use Native\Electron\Traits\OsAndArch;
16-
use Native\Electron\Traits\PrunesVendorDirectory;
1716
use Native\Electron\Traits\PatchesPackagesJson;
17+
use Native\Electron\Traits\PrunesVendorDirectory;
1818
use Symfony\Component\Process\Process as SymfonyProcess;
1919

2020
use function Laravel\Prompts\intro;
@@ -28,8 +28,8 @@ class BuildCommand extends Command
2828
use InstallsAppIcon;
2929
use LocatesPhpBinary;
3030
use OsAndArch;
31-
use PrunesVendorDirectory;
3231
use PatchesPackagesJson;
32+
use PrunesVendorDirectory;
3333

3434
protected $signature = 'native:build
3535
{os? : The operating system to build for (all, linux, mac, win)}

src/Commands/BundleCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use Native\Electron\Traits\HasPreAndPostProcessing;
1616
use Native\Electron\Traits\InstallsAppIcon;
1717
use Native\Electron\Traits\LocatesPhpBinary;
18-
use Native\Electron\Traits\PrunesVendorDirectory;
1918
use Native\Electron\Traits\PatchesPackagesJson;
19+
use Native\Electron\Traits\PrunesVendorDirectory;
2020
use Symfony\Component\Finder\Finder;
2121
use ZipArchive;
2222

@@ -30,8 +30,8 @@ class BundleCommand extends Command
3030
use HasPreAndPostProcessing;
3131
use InstallsAppIcon;
3232
use LocatesPhpBinary;
33-
use PrunesVendorDirectory;
3433
use PatchesPackagesJson;
34+
use PrunesVendorDirectory;
3535

3636
protected $signature = 'native:bundle {--fetch} {--clear} {--without-cleanup}';
3737

0 commit comments

Comments
 (0)
0