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

Commit 3776b2e

Browse files
David Jöchgkalpak
David Jöch
authored andcommitted
style($log): fix indentation
Closes #15579
1 parent e193cda commit 3776b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)