diff options
Diffstat (limited to 'tests/tests.js')
-rw-r--r-- | tests/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.js b/tests/tests.js index 97ca6b4..9994ad5 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -29,7 +29,7 @@ const toByteCode = function (luaCode) { }; }; -const getState = function (luaCode) { +const getState = function(luaCode) { var bc = toByteCode(luaCode), dv = bc.dataView, bcl = bc.bclist; |