Skip to content

Commit a3c3061

Browse files
author
Ryan Simmons
committed
Fixes static test failure - adds blank line after variable declaration
1 parent 1c9df24 commit a3c3061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ define([
2929
*/
3030
initFields: function (formPath) {
3131
var self = this;
32+
3233
uiRegistry.async(formPath + '.' + postcodeElementName)(self.bindHandler.bind(self));
3334
},
3435

0 commit comments

Comments
 (0)