From 70f470d64ec448547dde3f4c7943e7218a30d576 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 23 Jul 2019 09:08:05 -0400 Subject: [PATCH] Formatting --- app/Models/Pirep.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Pirep.php b/app/Models/Pirep.php index e8c0fc38..3a965998 100644 --- a/app/Models/Pirep.php +++ b/app/Models/Pirep.php @@ -220,7 +220,6 @@ class Pirep extends Model return \in_array($this->state, static::$read_only_states, true); } - /** * Return the flight progress in a percent. */