Skip to content

Commit

Permalink
perltidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
misch2 committed Aug 2, 2022
1 parent 80e3e17 commit 360bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/websocket.t
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ subtest 'Subrequests' => sub {
};

subtest 'Concurrent subrequests' => sub {
my ($code, $result);
my ($code, $result);
my ($code2, $result2);
my $promise = Mojo::Promise->new;
$ua->websocket(
Expand Down

0 comments on commit 360bf46

Please sign in to comment.