Skip to content

Commit

Permalink
fix: [MINT-2591] remove trailing comma (#142)
Browse files Browse the repository at this point in the history
* fix: [MINT-2591] remove trailing comma

* auto-changelog

---------

Co-authored-by: magento-bot <[email protected]>
  • Loading branch information
billhefty and magento-bot authored Sep 6, 2024
1 parent ffb9266 commit 6095e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/Extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Extend
*/
public function __construct(
ScopeConfigInterface $scopeConfig,
StoreManagerInterface $storeManager,
StoreManagerInterface $storeManager
) {
$this->scopeConfig = $scopeConfig;
$this->storeManager = $storeManager;
Expand Down

0 comments on commit 6095e6e

Please sign in to comment.