{spec,benchmark}/server: Remove extra trailing newline
This commit is contained in:
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…
Reference in a new issue