Skip to content

Commit 4a40e98

Browse files
committed
remove trailing whitespace
1 parent 7889b3e commit 4a40e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ along as L<Str|/type/Str>.
7575
say "Got output '$str' from the external program";
7676
});
7777
my $promise = $proc.start;
78-
await $promise;
78+
await $promise;
7979
8080
You must call C<stdout> before you call L<#method start>. Otherwise an
8181
exception of class L<X::Proc::Async::TapBeforeSpawn|/type/X::Proc::Async::TapBeforeSpawn> is
@@ -102,7 +102,7 @@ along as L<Str|/type/Str>.
102102
say "Got error '$str' from the external program";
103103
});
104104
my $promise = $proc.start;
105-
await $promise;
105+
await $promise;
106106
107107
You must call C<stderr> before you call L<#method start>. Otherwise an
108108
exception of class L<X::Proc::Async::TapBeforeSpawn|/type/X::Proc::Async::TapBeforeSpawn> is

0 commit comments

Comments
 (0)