Skip to content

Commit

Permalink
Merge pull request #1184 from siiky/fix/lam-1164/missing-comma
Browse files Browse the repository at this point in the history
LAM-1164 fix: add missing comma
  • Loading branch information
RafaelTaranto authored Sep 13, 2024
2 parents 4effdec + 683ccce commit 07b3462
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 07b3462

Please sign in to comment.