From 6bb9990a2bbdef0b6a423e25bf3bf1633635f6aa Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 11 Dec 2014 20:37:54 -0500 Subject: [PATCH] Opcode: JS-Beautify --- lib/opcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opcode.js b/lib/opcode.js index 149d4e9..48f0f72 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