removing unecessary spaces

This commit is contained in:
Antoine M 2023-11-07 12:02:02 +01:00
parent d55b6f0c06
commit c1f14ba501

View File

@ -10,7 +10,6 @@ $customImageUrl = $attributes['imageUrl'] ?? null;
$customImageAlt = $attributes['imageAlt'] ?? null;
$customTitle = $attributes['blockCustomTitle'] ?? null;
?>