Skip to content

Commit

Permalink
🎨 Fix lil error
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Mar 10, 2024
1 parent b6a9fa7 commit 16503e3
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 @@ -887,6 +887,7 @@ ANN static void gwfmt_stmt_spread(Gwfmt *a, Spread_Def b) {
a->indent--;
gwfmt_indent(a);
gwfmt_rbrace(a);
gwfmt(a, "...");
gwfmt_nl(a);
}

Expand Down

0 comments on commit 16503e3

Please sign in to comment.