Skip to content

Commit b8c0cff

Browse files
committed
trailing whitespace
1 parent 91cd70d commit b8c0cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Supplier/Preserving.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Starting a preserving C<Supply> and consuming its values after it is C<done>:
1515
1616
my $p = Supplier::Preserving.new;
1717
start for ^3 {
18-
$p.emit($_);
18+
$p.emit($_);
1919
LAST {
2020
say „done after { now - BEGIN now}s“;
2121
$p.done;

0 commit comments

Comments
 (0)