[CLEANUP] Code formatting

This commit is contained in:
Philipp Dieter 2026-02-17 11:43:51 +01:00
parent 115ba55cd5
commit 52f18c53ea

View File

@ -66,8 +66,11 @@ class TranslationUtility
$extensionKey = 'site_templates';
}
$translation = LocalizationUtility::translate(
'LLL:EXT:'. $extensionKey .
'/Resources/Private/Language/locallang_db.xlf:'. $key);
'LLL:EXT:'
. $extensionKey
. '/Resources/Private/Language/locallang_db.xlf:'
. $key
);
return $translation;
} else {
if ($extensionKey) {