Merge "Fix inconsistent indentation"

This commit is contained in:
Zuul
2025-07-08 15:10:29 +00:00
committed by Gerrit Code Review

View File

@@ -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,