Remove extra newlines

redux
David Majda 8 years ago
parent 45b62d66d2
commit fb26d6425b

@ -130,7 +130,6 @@ $("#run").click(() => {
$("#run-count, #cache, #run").removeAttr("disabled");
}
});
});
$(document).ready(() => {

@ -6,7 +6,6 @@ let peg = require("../lib/peg");
let Runner = {
run: function(benchmarks, runCount, options, callbacks) {
// Queue
let Q = {

@ -1399,7 +1399,6 @@ describe("generated parser behavior", function() {
message: "Expected \"a\", \"b\", or \"c\" but \"d\" found."
});
});
});
describe("position reporting", function() {

Loading…
Cancel
Save