Journeys: perltidy

This commit is contained in:
Daniel Friesel 2023-01-15 20:29:30 +01:00
parent 4abc43b72e
commit 1be5d4d0b0
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -1164,7 +1164,11 @@ sub compute_review {
}
}
if ( $journey->{rt_duration} and $journey->{sched_duration} and $journey->{rt_duration} > 0 and $journey->{sched_duration} > 0 ) {
if ( $journey->{rt_duration}
and $journey->{sched_duration}
and $journey->{rt_duration} > 0
and $journey->{sched_duration} > 0 )
{
my $slowdown = $journey->{rt_duration} - $journey->{sched_duration};
my $speedup = -$slowdown;
if (