From 3a2ac9cb6be80d690d2ab223b999835af5c40c86 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 4 Dec 2022 13:52:17 +0100 Subject: [PATCH] style: Correct tabulation Part-of: --- deploy/nginx.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/nginx.template b/deploy/nginx.template index ce3b19c4d..4439bd3cd 100644 --- a/deploy/nginx.template +++ b/deploy/nginx.template @@ -150,6 +150,6 @@ server { } location /manifest.json { - return 302 /api/v1/instance/spa-manifest.json; - } + return 302 /api/v1/instance/spa-manifest.json; + } }