Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
asciito committed Oct 20, 2023
1 parent 47d2f20 commit d2128f6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
5 changes: 0 additions & 5 deletions app/Commands/InstallBrowserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
namespace App\Commands;

use App\GoogleDownloadable;
use App\OperatingSystem;
use Illuminate\Support\Facades\Log;

use function Laravel\Prompts\error;
use function Laravel\Prompts\spin;

class InstallBrowserCommand extends InstallCommand
{
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Str;

use Symfony\Component\Console\Input\InputOption;

use function Laravel\Prompts\error;
use function Laravel\Prompts\search;
use function Laravel\Prompts\spin;
Expand Down
7 changes: 0 additions & 7 deletions app/Commands/InstallDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
namespace App\Commands;

use App\GoogleDownloadable;
use App\OperatingSystem;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Log;

use function Laravel\Prompts\error;
use function Laravel\Prompts\outro;
use function Laravel\Prompts\spin;

class InstallDriverCommand extends InstallCommand
{
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/InstallBrowserCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use App\Facades\GoogleForTesting;
use App\GoogleDownloadable;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;

Expand Down
1 change: 0 additions & 1 deletion tests/Feature/InstallDriverCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use App\Facades\GoogleForTesting;
use App\GoogleDownloadable;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;

Expand Down

0 comments on commit d2128f6

Please sign in to comment.