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

Commit 4c75421

Browse files
authored
fix whitespace error
1 parent 0fd93da commit 4c75421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/inputSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ describe('input', function() {
20762076
expect($rootScope.form.alias.$error.max).toBeFalsy();
20772077
});
20782078

2079-
it('should validate when timezone is provided.', function () {
2079+
it('should validate when timezone is provided.', function() {
20802080
var inputElm = helper.compileInput('<input type="date" ng-model="value" name="alias" ' +
20812081
'max="{{ maxVal }}" ng-model-options="{timezone: \'UTC\', allowInvalid: true}"/>');
20822082

0 commit comments

Comments
 (0)