Skip to content

Commit b7059a6

Browse files
committed
Fix Code style
1 parent 6ab019b commit b7059a6

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap

1 file changed

+2
-1
lines changed

app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Generate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public function execute()
4949
// if sitemap record exists
5050
if ($sitemap->getId()) {
5151
try {
52-
$this->appEmulation->startEnvironmentEmulation($sitemap->getStoreId(),\Magento\Framework\App\Area::AREA_FRONTEND, true);
52+
$this->appEmulation->startEnvironmentEmulation($sitemap->getStoreId(),
53+
\Magento\Framework\App\Area::AREA_FRONTEND, true);
5354
$sitemap->generateXml();
5455
$this->appEmulation->stopEnvironmentEmulation();
5556
$this->messageManager->addSuccessMessage(

0 commit comments

Comments
 (0)