style: Correct tabulation

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2039>
This commit is contained in:
Georg Krause 2022-12-04 13:52:17 +01:00 committed by Marge
parent f17fc0c7a6
commit 3a2ac9cb6b
1 changed files with 2 additions and 2 deletions

View File

@ -150,6 +150,6 @@ server {
}
location /manifest.json {
return 302 /api/v1/instance/spa-manifest.json;
}
return 302 /api/v1/instance/spa-manifest.json;
}
}