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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user