Skip to content

Commit 74010d1

Browse files
committed
fix accidental syntax issue
1 parent f68e6ac commit 74010d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function (exports, require, module, __filename, __dirname) { let lotion = require('lotion')
1+
let lotion = require('lotion')
22
let BigNumber = require('bignumber.js'); // https://github.com/MikeMcl/bignumber.js/
33

44
// initial state
@@ -525,6 +525,4 @@ condition to end phase: when everything in the phase is executed
525525
526526
** other info **
527527
time is not actual time. it is block height
528-
*/
529-
530-
});
528+
*/

0 commit comments

Comments
 (0)