{spec,benchmark}/server: Remove extra trailing newline

redux
David Majda 8 years ago
parent 9648ca53d7
commit 70e59fc5d0

@ -35,4 +35,3 @@ app.get("/bundle.js", (req, res) => {
app.listen(8000, () => {
console.log("Benchmark server running at http://localhost:8000...");
});

@ -34,4 +34,3 @@ app.get("/bundle.js", (req, res) => {
app.listen(8000, () => {
console.log("Spec server running at http://localhost:8000...");
});

Loading…
Cancel
Save