Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e2b1399

Browse files
committed
Fix codestyle
1 parent c84783e commit e2b1399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/region-updater.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ define([
196196
label.attr('for', regionList.attr('id'));
197197
} else {
198198
this._removeSelectOptions(regionList);
199+
199200
if (this.options.isRegionRequired) {
200201
regionInput.addClass('required-entry').removeAttr('disabled');
201202
requiredLabel.addClass('required');

0 commit comments

Comments
 (0)