Skip to content

Commit d05dac0

Browse files
duncanmccleangithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1c49364 commit d05dac0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Commands/StaticSiteGenerate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Statamic\StaticSite\GenerationFailedException;
99
use Statamic\StaticSite\Generator;
1010
use Wilderborn\Partyline\Facade as Partyline;
11+
1112
use function Laravel\Prompts\confirm;
1213

1314
class StaticSiteGenerate extends Command
@@ -74,7 +75,7 @@ public function handle()
7475
}
7576

7677
if (! $workers = $this->option('workers')) {
77-
$this->components->info('You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers.');
78+
$this->components->info('You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers.');
7879
}
7980

8081
try {

src/Generator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
use Statamic\Statamic;
2727
use Statamic\Support\Str;
2828
use Wilderborn\Partyline\Facade as Partyline;
29+
2930
use function Laravel\Prompts\spin;
3031

3132
class Generator

0 commit comments

Comments
 (0)