Fix inconsistent indentation

We globally use 4-spaces.

Change-Id: I79800372824f49eb86323c62f23c318603429812
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-06 21:17:23 +09:00
parent c3fa8c0543
commit 0da3bbb4aa

View File

@@ -111,7 +111,7 @@ class PromQLRbac(object):
name_end_locations = [0]
for name_end_location in name_end_locations:
if (name_end_location < len(query) and
query[name_end_location] == "{"):
query[name_end_location] == "{"):
# There is already a label section
labels_end = self._find_label_section_end(
query,