diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-09 13:31:43 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-09 13:31:43 +0200 |
commit | 0d3e16487861ca644920b7bacf1db0bac3c63199 (patch) | |
tree | e6099a09bfd3a464c6891d989631b7598c8f2c84 /lib/Travelynx/Command/traewelling.pm | |
parent | a9d742e61bd2afafea711d7ccd589ed704c415da (diff) |
perltidy
Diffstat (limited to 'lib/Travelynx/Command/traewelling.pm')
-rw-r--r-- | lib/Travelynx/Command/traewelling.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travelynx/Command/traewelling.pm b/lib/Travelynx/Command/traewelling.pm index ed40371..e4e0134 100644 --- a/lib/Travelynx/Command/traewelling.pm +++ b/lib/Travelynx/Command/traewelling.pm @@ -122,12 +122,12 @@ sub push_sync { my ($status) = @_; $push_result{ $status->{http} } += 1; } - )->catch( + )->catch( sub { my ($status) = @_; $push_result{ $status->{http} // 0 } += 1; } - )->wait; + )->wait; } return \%push_result; |