[Pkg-javascript-commits] [pdf.js] 29/116: Fix lint error: "test/webserver.js: line 177, col 106, Line is too long."
David Prévot
taffit at moszumanska.debian.org
Fri Mar 6 16:19:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 5332c02a0258e6903b88f5adebd67d2bb1f461dd
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Thu Jan 8 12:22:34 2015 +0100
Fix lint error: "test/webserver.js: line 177, col 106, Line is too long."
---
test/webserver.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/webserver.js b/test/webserver.js
index 44db521..9fac55c 100644
--- a/test/webserver.js
+++ b/test/webserver.js
@@ -174,7 +174,8 @@ WebServer.prototype = {
res.end();
return;
}
- res.write('<html><head><meta charset=\"utf-8\"></head><body><h1>PDFs of ' + pathPart + '</h1>\n');
+ res.write('<html><head><meta charset=\"utf-8\"></head><body>' +
+ '<h1>PDFs of ' + pathPart + '</h1>\n');
if (pathPart !== '/') {
res.write('<a href=\"..\">..</a><br>\n');
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list