diff --git a/lib/opcode.js b/lib/opcode.js index 149d4e969..48f0f72cb 100644 --- a/lib/opcode.js +++ b/lib/opcode.js @@ -219,4 +219,4 @@ Opcode.isSmallIntOp = function(opcode) { ((opcode >= Opcode.map.OP_1) && (opcode <= Opcode.map.OP_16))); }; -module.exports = Opcode; +module.exports = Opcode; \ No newline at end of file