Skip to content

Commit

Permalink
Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaanC authored and copy committed Jul 22, 2020
1 parent afffe5a commit 660d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/generate_jit.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function get_nonfaulting_mem_reg_postfix(encoding)

return {
mem_postfix,
reg_postfix
reg_postfix,
};
}

Expand Down

0 comments on commit 660d9c8

Please sign in to comment.