Skip to content

Commit 623b975

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 90a15c7 commit 623b975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/OscaroteroEmbedAdapter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public function __construct(?EmbedLib $embed = null)
1717
throw new MissingDependencyException('The embed/embed package is not installed. Please install it with Composer to use this adapter.');
1818
}
1919

20-
$embed = new EmbedLib();
20+
$embed = new EmbedLib;
2121
}
2222

2323
$this->embedLib = $embed;
2424
}
25-
25+
2626
/**
2727
* {@inheritDoc}
2828
*/
@@ -36,4 +36,4 @@ public function updateEmbeds(array $embeds): void
3636
}
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)