From 05190ee66065cc608f47ee6c65fa03b72057c516 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 8 May 2024 15:25:57 -0400 Subject: [PATCH] fix(SystemConfig.php): adjust tab vs spacing Signed-off-by: Josh --- lib/private/SystemConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 013ff7748b4b4..b1d120574c3e3 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -54,7 +54,7 @@ class SystemConfig { 'passwordsalt' => true, 'secret' => true, 'updater.secret' => true, - 'updater.server.url' => true, + 'updater.server.url' => true, 'trusted_proxies' => true, 'preview_imaginary_url' => true, 'proxyuserpwd' => true,