Skip to content

Commit

Permalink
insert line breaks to avoid awkward spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jun 10, 2020
1 parent 8450a4c commit 0688bfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/doctest.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,9 @@ function run(options, queue, logMediator) {
]);
});

expecteds.slice (outputs.length).forEach (function(expected) {
expecteds
.slice (outputs.length)
.forEach (function(expected) {
accum.results.push ([
false,
'no output',
Expand Down

0 comments on commit 0688bfb

Please sign in to comment.