From 76d96de2214e552acd60f9186765de1b111af35c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 26 Feb 2022 21:32:40 -0600 Subject: [PATCH] Formatting --- scripts/client/job.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/client/job.js b/scripts/client/job.js index ed07737f..c993aa16 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -90,4 +90,6 @@ function hideJobRouteLocation() { destroyElement(jobRouteLocationBlip); jobRouteLocationSphere = null; jobRouteLocationBlip = null; -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file