Skip to content

Commit b16e763

Browse files
author
Wiard van Rij
committed
[CLEANUP] FIxes whitespaceing
1 parent 9212f28 commit b16e763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Model/Json/PreProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function process(Chain $chain)
8181

8282
$area = $this->areaList->getArea($areaCode);
8383
$area->load(\Magento\Framework\App\Area::PART_TRANSLATE);
84-
84+
8585
$this->translate->setLocale($context->getLocale())->loadData($areaCode, true);
8686

8787
$chain->setContent(json_encode($this->dataProvider->getData($themePath)));

0 commit comments

Comments
 (0)