diff --git a/src/announcement-data/systems/stations/KeTechPhil.tsx b/src/announcement-data/systems/stations/KeTechPhil.tsx index d74965575..d11b6ef3d 100644 --- a/src/announcement-data/systems/stations/KeTechPhil.tsx +++ b/src/announcement-data/systems/stations/KeTechPhil.tsx @@ -3978,7 +3978,9 @@ function LiveTrainAnnouncements({ nextTrainHandler, system }: LiveTrainAnnouncem return false } if (calculateArrivalInMins(s.etd) > MIN_TIME_TO_ANNOUNCE) { - console.log(`[Live Trains] Skipping ${s.serviceIdGuid} (${s.std} to ${s.destination[0].locationName}) as it is more than ${MIN_TIME_TO_ANNOUNCE} mins away`) + console.log( + `[Live Trains] Skipping ${s.serviceIdGuid} (${s.std} to ${s.destination[0].locationName}) as it is more than ${MIN_TIME_TO_ANNOUNCE} mins away`, + ) return false }