Skip to content

Commit

Permalink
fix: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
siiky committed Sep 13, 2024
1 parent 4effdec commit 683ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/printer/genmega.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const returnValuesTable = require('../genmega/common/return-table')

const ASCII = {
ESC: 0x1b,
LF: 0x0a
LF: 0x0a,
q: 0x71,
}

Expand Down

0 comments on commit 683ccce

Please sign in to comment.