mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix code style and included missed semicolon
This commit is contained in:
@@ -129,4 +129,3 @@ function (_) {
|
||||
|
||||
return InfluxQueryBuilder;
|
||||
});
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ function (angular, _, InfluxQueryBuilder) {
|
||||
tags[tagIndex].key = segment2.value;
|
||||
}
|
||||
else if (segment2.type === 'value') {
|
||||
tagOperator = $scope.getTagValueOperator(segment2.value, tags[tagIndex].operator)
|
||||
tagOperator = $scope.getTagValueOperator(segment2.value, tags[tagIndex].operator);
|
||||
if (tagOperator) {
|
||||
$scope.tagSegments[index-1] = MetricSegment.newOperator(tagOperator);
|
||||
tags[tagIndex].operator = tagOperator;
|
||||
@@ -330,4 +330,3 @@ function (angular, _, InfluxQueryBuilder) {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user