Skip to content

Commit 04a9868

Browse files
committed
Formatting: Add newline after --no-api info, fix #313
1 parent 10b23de commit 04a9868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/HydeBuildStaticSiteCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ protected function printInitialInformation(): void
9292
{
9393
if ($this->option('no-api')) {
9494
$this->info('Disabling external API calls');
95+
$this->newLine();
9596
$config = config('hyde.features');
9697
unset($config[array_search('torchlight', $config)]);
9798
Config::set(['hyde.features' => $config]);

0 commit comments

Comments
 (0)