Skip to content

Commit db2d7c7

Browse files
authored
Fixed static tests remove trailing spaces
1 parent e794929 commit db2d7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/mage/validation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,12 +1937,12 @@ define([
19371937
.find('.field.required')
19381938
.find('.control')
19391939
.find('input, select, textarea')
1940-
.attr('aria-required', 'true');
1940+
.attr('aria-required', 'true');
19411941
this.element
19421942
.find('.field.additional')
19431943
.find('.control')
19441944
.find('input, select, textarea')
1945-
.removeAttr('aria-required');
1945+
.removeAttr('aria-required');
19461946
this._listenFormValidate();
19471947
},
19481948

0 commit comments

Comments
 (0)