Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 7c1c1e9 commit fb0d7cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def process_else(else_line):
current_value.append(line)

if not (line.startswith("if ") or line.startswith("elseif ")) and line.startswith(
"else"
"else",
):
else_data = process_else(lines[idx + 1 : :])
break
Expand Down

0 comments on commit fb0d7cb

Please sign in to comment.