Skip to content

Commit bf018e2

Browse files
committed
[CodeFactor] Apply fixes to commit dd79bf8
1 parent dd79bf8 commit bf018e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Console/Command/Hyva/TokensCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private function handleSuccess(array $result, string $themePath): int
227227
$this->io->writeln("Output file: <fg=green>{$result['outputPath']}</>");
228228
$this->io->newLine();
229229
$this->io->text('ℹ️ Make sure to import this file in your Tailwind CSS configuration.');
230-
230+
231231
if ($this->configReader->isVendorTheme($themePath)) {
232232
$this->io->newLine();
233233
$this->io->note([
@@ -237,7 +237,7 @@ private function handleSuccess(array $result, string $themePath): int
237237
'3. Add it to your build process to regenerate after cache:clean',
238238
]);
239239
}
240-
240+
241241
return Command::SUCCESS;
242242
}
243243

0 commit comments

Comments
 (0)