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;
}