Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no trailing comma
  • Loading branch information
kraih committed Nov 5, 2017
1 parent 6ae3a5b commit 23e65df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Promise.pm
Expand Up @@ -19,7 +19,7 @@ sub all {
$results->[$i] = [@_];
$all->resolve(@$results) if --$remaining <= 0;
},
sub { $all->reject(@_) },
sub { $all->reject(@_) }
);
}

Expand Down

0 comments on commit 23e65df

Please sign in to comment.