Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Mar 15, 2024
1 parent b0f4d9e commit 0cc75da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ g.test('valid_statements')

const kInvalidFunctions = {
next_for_type: `fn foo() -> bool { }`,
next_return_for_type: `fn foo() -> bool { if true { return true } }`,
next_return_for_type: `fn foo() -> bool { if true { return true; } }`,
};

g.test('invalid_functions')
Expand Down

0 comments on commit 0cc75da

Please sign in to comment.