Skip to content

Commit 89d09ac

Browse files
revert back and added comma
1 parent 9abbd32 commit 89d09ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/templates/notification.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
define('analyticsPopupConfig', function () {
1111
return {
1212
analyticsVisible: <?= $block->getNotification()->isAnalyticsVisible() ? 1 : 0; ?>,
13-
releaseVisible: <?= $block->getNotification()->isReleaseVisible() ? 1 : 0; ?>
13+
releaseVisible: <?= $block->getNotification()->isReleaseVisible() ? 1 : 0; ?>,
1414
}
1515
});
1616
</script>

app/code/Magento/Quote/Test/Unit/Model/Product/Plugin/UpdateQuoteItemsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function aroundUpdateDataProvider()
5858
[10, 20, 'once'],
5959
[null, 10, 'never'],
6060
[10, 10, 'never'],
61-
[10, 10, 'once', true]
61+
[10, 10, 'once', true],
6262
];
6363
}
6464
}

0 commit comments

Comments
 (0)