From 4627bb4b5c3ccc8431fbba68a78efd50ebb13909 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Mon, 13 Feb 2017 11:35:50 +0100 Subject: JSHint --- src/lopcodes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lopcodes.js') diff --git a/src/lopcodes.js b/src/lopcodes.js index 383e9c5..6bdfd7c 100644 --- a/src/lopcodes.js +++ b/src/lopcodes.js @@ -78,10 +78,10 @@ const ISK = function (x) { const INDEXK = function (r) { return r & ~BITRK; -} +}; /* number of list items to accumulate before a SETLIST instruction */ -const LFIELDS_PER_FLUSH = 50 +const LFIELDS_PER_FLUSH = 50; module.exports = { OpCodes: OpCodes, -- cgit v1.2.3-54-g00ecf