Skip to content

Commit 24330d6

Browse files
committed
#17833:  Child theme does not inherit translations from parent theme
- fix code style
1 parent caa2fe8 commit 24330d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Translate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ private function getParentThemesList(): array
408408
$themes = [];
409409

410410
$parentTheme = $this->_viewDesign->getDesignTheme()->getParentTheme();
411-
while($parentTheme) {
411+
while ($parentTheme) {
412412
$themes[] = $parentTheme;
413413
$parentTheme = $parentTheme->getParentTheme();
414414
}

0 commit comments

Comments
 (0)