Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't know how this happened, but revert breaking change
  • Loading branch information
MasterDuke17 committed Aug 28, 2016
1 parent c401d58 commit 1919837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benchable.p6
Expand Up @@ -191,7 +191,7 @@ Z: loop (my int $x = 0; $x < @commits - 1; $x++) {
}
}

@commits .= map(self.get-short-commit(*));
@commits .= map({ self.get-short-commit($_) });

if @commits >= ITERATIONS {
my $pfilename = 'plot.svg';
Expand Down

0 comments on commit 1919837

Please sign in to comment.