Skip to content

Commit

Permalink
perltidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Nov 1, 2024
1 parent c7c1f51 commit 66729e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Firefox/Marionette.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4207,7 +4207,8 @@ _JS_
$self->_context($old);
my @certificates;
foreach my $certificate ( @{$certificates} ) {
push @certificates, Firefox::Marionette::Certificate->new(%{$certificate});
push @certificates,
Firefox::Marionette::Certificate->new( %{$certificate} );
}
return @certificates;
}
Expand Down

0 comments on commit 66729e2

Please sign in to comment.