style($log): fix indentation

Closes #15579
This commit is contained in:
David Jöch
2017-01-05 11:19:53 +01:00
committed by Georgios Kalpakas
parent e193cda800
commit 3776b2ef30
+1 -1
View File
@@ -60,7 +60,7 @@ function $LogProvider() {
this.debugEnabled = function(flag) {
if (isDefined(flag)) {
debug = flag;
return this;
return this;
} else {
return debug;
}