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 authored and Avaq committed Jun 12, 2020
1 parent 9bd100d commit 0a8b1e1
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 0a8b1e1

Please sign in to comment.