Skip to content

Commit

Permalink
Improve indentation once more, DEV-362
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaMuhammadIrshad committed Feb 7, 2024
1 parent 0adbbe6 commit 50e8d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Helper/StoreUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ protected function isUseStoreCodeInUrl(StoreInterface $store): bool
return !($store->hasDisableStoreInUrl() && $store->getDisableStoreInUrl())
&& $this->configDataLoader->getConfigValue(
Store::XML_PATH_STORE_IN_URL,
$storeId);
$storeId
);
}
}
}

0 comments on commit 50e8d1a

Please sign in to comment.