Skip to content

Commit

Permalink
Apply fixes from StyleCI (nabeelio#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio authored Jun 21, 2024
1 parent 2c110ba commit cbccec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Notifications/Messages/Broadcast/PirepStatusChanged.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ public function createFields(Pirep $pirep): array
'Flight Time' => Time::minutesToTimeString($pirep->flight_time),
];

if($pirep->landing_rate){
$fields['Landing Rate'] = $pirep->landing_rate."ft/min";
if ($pirep->landing_rate) {
$fields['Landing Rate'] = $pirep->landing_rate.'ft/min';
}

// Show the distance, but include the planned distance if it's been set
Expand Down

0 comments on commit cbccec0

Please sign in to comment.