Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored and actions-user committed Feb 23, 2022
1 parent c8b1464 commit 874c652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ImportIconsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handle(Factory $factory, IconsManifest $manifest): int
Icon::query()->delete();

IconSet::each(function (IconSet $iconSet) {
if(in_array($iconSet->name, $this->sets)) {
if (in_array($iconSet->name, $this->sets)) {
$this->parseIcons($iconSet);
}
});
Expand Down

0 comments on commit 874c652

Please sign in to comment.