From db766b2f5a3a8fe99e754efb50b217d43c8a129f Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 16 Oct 2016 11:34:08 -0400 Subject: [PATCH] chore(shell/lean): fix coding style --- src/shell/lean.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell/lean.cpp b/src/shell/lean.cpp index dcb44d3b29..44067bc8f5 100644 --- a/src/shell/lean.cpp +++ b/src/shell/lean.cpp @@ -246,8 +246,7 @@ int main(int argc, char ** argv) { FS.chdir(process.cwd()); } catch (e) { console.log(e); - } - ); + }); #endif initializer init; bool export_objects = false;