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

Commit d1eec47

Browse files
gkalpakbtford
authored andcommitted
refactor($location): remove redundant spaces
1 parent a4db4e6 commit d1eec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/ng/location.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -671,15 +671,15 @@ function $LocationProvider(){
671671
} else if (isObject(mode)) {
672672

673673
if (isBoolean(mode.enabled)) {
674-
html5Mode.enabled = mode.enabled;
674+
html5Mode.enabled = mode.enabled;
675675
}
676676

677677
if (isBoolean(mode.requireBase)) {
678678
html5Mode.requireBase = mode.requireBase;
679679
}
680680

681681
if (isBoolean(mode.rewriteLinks)) {
682-
html5Mode.rewriteLinks = mode.rewriteLinks;
682+
html5Mode.rewriteLinks = mode.rewriteLinks;
683683
}
684684

685685
return this;

0 commit comments

Comments
 (0)