From 7e295817c79582f3650d9f07be61d695a7c82eaf Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Mon, 19 Jun 2017 18:42:22 -0700 Subject: [PATCH] Fix default code --- lib/constants.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index c7f809c..6838132 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -249,5 +249,4 @@ const unfold = (f, seed) => { return res ? go(f, res[1], acc.concat([res[0]])) : acc } return go(f, seed, []) -} - ` +}`