From 7bc83c372d02dc91dcf9612b60bc9d65d724e107 Mon Sep 17 00:00:00 2001 From: steven-supersolid Date: Mon, 14 Nov 2016 15:14:48 +0000 Subject: [PATCH] nit: style --- spec/CLI.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/CLI.spec.js b/spec/CLI.spec.js index f8b15850..af9f0f48 100644 --- a/spec/CLI.spec.js +++ b/spec/CLI.spec.js @@ -155,4 +155,4 @@ describe('definitions', () => { } } }); -}); \ No newline at end of file +});