瀏覽代碼

fix(jslint): fixed lint issue

Torkel Ödegaard 9 年之前
父節點
當前提交
1b02632de8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {