From 4a3b635166cdc25d23eebdf680dcedd8960671b8 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 3 Jan 2015 17:50:44 +0100 Subject: [PATCH] remove newline at end of file --- routes/index.js | 2 +- views/index.jade | 2 +- views/layout.jade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/index.js b/routes/index.js index 5f61833..d9d35bb 100644 --- a/routes/index.js +++ b/routes/index.js @@ -12,7 +12,7 @@ module.exports = function(req, res) { }); res.writeHead(200, { "Content-Length": html.length, - "Content-Type": "text/html; charset=utf-8" + "Content-Type": "text/html; charset=utf-8" }); res.end(html); }; \ No newline at end of file diff --git a/views/index.jade b/views/index.jade index 6f54a2c..4828161 100644 --- a/views/index.jade +++ b/views/index.jade @@ -334,4 +334,4 @@ block content img.preload(src="/avatars/9769ecf6331448f3ace67ae06cec64a3?size=64", alt="preloaded image") img.preload(src="/avatars/9769ecf6331448f3ace67ae06cec64a3?size=64&helm", alt="preloaded image") img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64", alt="preloaded image") - img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64&helm", alt="preloaded image") + img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64&helm", alt="preloaded image") \ No newline at end of file diff --git a/views/layout.jade b/views/layout.jade index a82f678..8ae42cc 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -16,4 +16,4 @@ html a.navbar-brand(href="/") Crafatar .navbar-header a.navbar-brand.twitter(href="https://twitter.com/Crafatar", target="_blank") crafatar - block content + block content \ No newline at end of file