فهرست منبع

Fix lint/syntax (grunt test)

Pablo Fischer 10 سال پیش
والد
کامیت
f33de8e911
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      public/app/plugins/datasource/opentsdb/datasource.js

+ 0 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -73,7 +73,6 @@ function (angular, _, dateMath) {
         url: this.url + '/api/query',
         url: this.url + '/api/query',
         data: reqBody
         data: reqBody
       };
       };
-      
       if (this.basicAuth || this.withCredentials) {
       if (this.basicAuth || this.withCredentials) {
         options.withCredentials = true;
         options.withCredentials = true;
       }
       }