From 44e015c902da1bb24a3556bcdba349db1a69c57c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:30:31 -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 82a3100d..efd5e7b9 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -81,4 +81,6 @@ function blinkJobRouteStopBlip(times, position, colour) { setTimeout(function() { jobRouteStopBlip = game.createBlip(position, 0, 2, colour); }, 500*times+1); -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file