Skip to content

Commit 846df65

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 974dbca commit 846df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/OscaroteroEmbedAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(?EmbedLib $embed = null)
3030
public function updateEmbeds(array $embeds): void
3131
{
3232
$urls = \array_map(static fn (Embed $embed) => $embed->getUrl(), $embeds);
33-
33+
3434
$extractors = $this->embedLib->getMulti(...$urls);
3535

3636
foreach ($extractors as $i => $extractor) {

0 commit comments

Comments
 (0)