Skip to content

Commit 1c9df24

Browse files
author
Ryan Simmons
committed
Fixes static test failure - removes trailing commas
1 parent e6ab6a5 commit 1c9df24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/billing-address-postcode-validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ define([
77
'jquery',
88
'Magento_Checkout/js/model/postcode-validator',
99
'mage/translate',
10-
'uiRegistry',
10+
'uiRegistry'
1111
], function (
1212
$,
1313
postcodeValidator,
1414
$t,
15-
uiRegistry,
15+
uiRegistry
1616
) {
1717
'use strict';
1818

0 commit comments

Comments
 (0)