Browse Source

fix(jslint): fixed lint issue

Torkel Ödegaard 9 years ago
parent
commit
1b02632de8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/templating/templateSrv.js

+ 1 - 1
public/app/features/templating/templateSrv.js

@@ -48,7 +48,7 @@ function (angular, _, kbn) {
       if (variable) {
         return variable.filters || [];
       }
-      return []
+      return [];
     };
 
     function luceneEscape(value) {