Commit ddfb36b5 by Teet Talviste

satisfy travis: fix curly brace space

parent 28f7806d
......@@ -28,10 +28,9 @@ function (angular, _, kbn) {
if (options.interval.match(/\.[0-9]+s/)) {
options.interval = parseFloat(options.interval)*1000 + "ms";
}
_.each(options.targets, function(target){
_.each(options.targets, function(target) {
qs.push(convertTargetToQuery(target, options.interval));
}
);
});
var queries = _.compact(qs);
// No valid targets, return the empty result to save a round trip.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment