Skip to content

Commit 28783a0

Browse files
David Jöchellimist
David Jöch
authored andcommitted
style($log): fix indentation
Closes angular#15579
1 parent a988932 commit 28783a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/log.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function $LogProvider() {
6060
this.debugEnabled = function(flag) {
6161
if (isDefined(flag)) {
6262
debug = flag;
63-
return this;
63+
return this;
6464
} else {
6565
return debug;
6666
}

0 commit comments

Comments
 (0)