From bd84c67a2ec99e6553548cdca36db285d5ae6b19 Mon Sep 17 00:00:00 2001 From: mnater Date: Mon, 4 Jan 2016 11:01:07 +0100 Subject: [PATCH] Style iife --- test/cli/banner-intro-outro-footer/_expected.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cli/banner-intro-outro-footer/_expected.js b/test/cli/banner-intro-outro-footer/_expected.js index f1f9a82..521af55 100644 --- a/test/cli/banner-intro-outro-footer/_expected.js +++ b/test/cli/banner-intro-outro-footer/_expected.js @@ -1,5 +1,6 @@ // banner -(function () { 'use strict'; +(function () { + 'use strict'; // intro console.log( 42 );