Skip to content

Commit c6e0f34

Browse files
committed
Align some assignments
1 parent 6559144 commit c6e0f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/Undersightable.p6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ multi method irc-to-me($msg where /check|status|info|test|log/) {
264264
{ gather self.check-bots($msg) },
265265
{ gather self.check-version-mentions },
266266
);
267-
my @results = @jobs.hyper(:1batch).map({ .().eager }).flat;
267+
my @results = @jobs.hyper(:1batch).map({ .().eager }).flat;
268268
my $warnings = +@results.grep: Warning;
269269
my $errors = +@results.grep: Error;
270270
my $peek = {s $errors, error}, {s $warnings, warning};
271-
my $gist = join \n, @results;
271+
my $gist = join \n, @results;
272272
( but FileStore(result.md => $gist)) but PrettyLink({$peek: $_})
273273
}
274274
}

0 commit comments

Comments
 (0)