Skip to content

Commit

Permalink
Fix editorconfig check
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 5, 2025
1 parent f9ed5f0 commit 9523982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/uvg_analyze.jou
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def build_statuses_at_start_of_block(uvg: Uvg*, statuses_at_end: VarStatus**, bl


def handle_missing_return_statement(uvg: Uvg*, location: Location) -> None:
# Check if there is a "return" statement that user wrote.
# Check if there is a "return" statement that user wrote.
n = 0
for b = 0; b < uvg->nblocks; b++:
if uvg->blocks[b]->terminator.kind == UvgTerminatorKind.Return:
Expand Down

0 comments on commit 9523982

Please sign in to comment.