Skip to content

Commit b370b32

Browse files
committed
Remove extra space in NotificationEmail
1 parent a2fc328 commit b370b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Mime/NotificationEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(Headers $headers = null, AbstractPart $body = null)
4343
{
4444
$missingPackages = [];
4545
if (!class_exists(CssInlinerExtension::class)) {
46-
$missingPackages['twig/cssinliner-extra'] = ' CSS Inliner';
46+
$missingPackages['twig/cssinliner-extra'] = 'CSS Inliner';
4747
}
4848

4949
if (!class_exists(InkyExtension::class)) {

0 commit comments

Comments
 (0)