diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de5107a322e0423341cc9a6bf6343254125d3849..54310020a27a53922534b85d940d8d0810d238d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ cache_lint_test:
     - deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts
     - deno fmt --check
     - deno lint
-    - deno test --allow-import 
+    - deno test --allow-import
 
 # You can override the included template(s) by including variable overrides
 # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
diff --git a/deno.json b/deno.json
index eb925b33f33df270382a3f57d30b4d3b9a492206..5b58ef88c0865f8c65fa018956afe86fafffd98b 100644
--- a/deno.json
+++ b/deno.json
@@ -26,4 +26,4 @@
       "*.md"
     ]
   }
-}
\ No newline at end of file
+}