diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php
index 51c987755..c317483d9 100644
--- a/src/Content/OEmbed.php
+++ b/src/Content/OEmbed.php
@@ -319,7 +319,7 @@ class OEmbed
if (Config::get('system', 'ssl_policy') == SSL_POLICY_FULL && parse_url($src, PHP_URL_SCHEME) !== 'https') {
$src = System::baseUrl() . '/oembed/' . base64url_encode($src);
}
- return '';
+ return '';
}
/**