Skip to content

Commit e95a8ee

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 07d561f commit e95a8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/EmbedProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public function __invoke(DocumentParsedEvent $event): void
4141
{
4242
$document = $event->getDocument();
4343
$embeds = [];
44-
44+
4545
foreach (new NodeIterator($document) as $node) {
46-
info('Processing node of type: ' . get_class($node));
46+
info('Processing node of type: '.get_class($node));
4747
if (! ($node instanceof Embed)) {
4848
continue;
4949
}

0 commit comments

Comments
 (0)