Merge "Fix inconsistent indentation"
This commit is contained in:
@@ -125,7 +125,7 @@ class PromQLRbac(object):
|
|||||||
name_end_locations = [0]
|
name_end_locations = [0]
|
||||||
for name_end_location in name_end_locations:
|
for name_end_location in name_end_locations:
|
||||||
if (name_end_location < len(query) and
|
if (name_end_location < len(query) and
|
||||||
query[name_end_location] == "{"):
|
query[name_end_location] == "{"):
|
||||||
# There is already a label section
|
# There is already a label section
|
||||||
labels_end = self._find_label_section_end(
|
labels_end = self._find_label_section_end(
|
||||||
query,
|
query,
|
||||||
|
Reference in New Issue
Block a user