Skip to content

Commit d68f05b

Browse files
committed
fabbot
1 parent 979e632 commit d68f05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/src/Command/LockIconsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7575
[$prefix, $name] = $parts;
7676
$prefix = $this->iconSetAliases[$prefix] ?? $prefix;
7777

78-
if (!$force && $this->registry->has($prefix.':' . $name)) {
78+
if (!$force && $this->registry->has($prefix.':'.$name)) {
7979
// icon already imported
8080
continue;
8181
}

0 commit comments

Comments
 (0)