Skip to content

Commit

Permalink
improve tmpl linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed May 7, 2021
1 parent 8f08eb9 commit 76a4fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lint.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ ANN static void lint_type_list(Lint *a, Type_List b) {
lint_init_tmpl(a);
lint_space(a);
_lint_type_list(a, b);
lint_space(a);
lint_rbrack(a);
}

Expand Down

0 comments on commit 76a4fb6

Please sign in to comment.