Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 29, 2018
1 parent 63f8102 commit 36b45e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S17-supply/syntax.t
Expand Up @@ -130,7 +130,7 @@ plan 84;
$trigger.emit('I ate fruit');
$trigger.emit('The fruit was so tasty');
$trigger.done();

is @collected.elems, 3, 'whenever loop produced three values';
is @collected[0], 'I ate bacon', 'First value from loop iteration correct';
is @collected[1], 'The bacon was so tasty', 'Second value from loop iteration correct';
Expand Down Expand Up @@ -539,7 +539,7 @@ lives-ok {
}
}
}
}, 'No react guts crash in case that once spat out two done messages either';
}, 'No react guts crash in case that once spat out two done messages either';

lives-ok {
my $s = supply { whenever Supply.interval(0.001) { done } }
Expand Down

0 comments on commit 36b45e7

Please sign in to comment.