From 79a557c8d9bd79c67ece8d7647411c6c30572e93 Mon Sep 17 00:00:00 2001 From: shrkw Date: Tue, 3 Sep 2013 12:38:34 +0900 Subject: [PATCH] Added whitespace --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 230acfa..1ddf524 100644 --- a/index.js +++ b/index.js @@ -441,7 +441,7 @@ function block(name, html) { // bound to scripts Block in renderFile function script(path, type) { if (path) { - this.append(''); + this.append(''); } return this; } @@ -449,7 +449,7 @@ function script(path, type) { // bound to stylesheets Block in renderFile function stylesheet(path, media) { if (path) { - this.append(''); + this.append(''); } return this; }