Commit 950d4bb2 by Denis Doria

Code style correction

parent 42caf02f
...@@ -161,7 +161,7 @@ function (angular, _, InfluxQueryBuilder) { ...@@ -161,7 +161,7 @@ function (angular, _, InfluxQueryBuilder) {
MetricSegment.newOperator('<'), MetricSegment.newOperator('>')]); MetricSegment.newOperator('<'), MetricSegment.newOperator('>')]);
} else if (segment.type === 'operator' && /^\/.*\/$/.test($scope.tagSegments[index+1].value)) { } else if (segment.type === 'operator' && /^\/.*\/$/.test($scope.tagSegments[index+1].value)) {
return $q.when([ MetricSegment.newOperator('=~'), MetricSegment.newOperator('!~')]); return $q.when([MetricSegment.newOperator('=~'), MetricSegment.newOperator('!~')]);
} }
else { else {
return $q.when([]); return $q.when([]);
......
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