From 75c5893f6964b9e1efa168f2d4cfee343303c005 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 21 Jan 2023 18:13:59 +0100 Subject: [PATCH] Insert newline --- config/config.php.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.php.dist b/config/config.php.dist index ff897b857..d5b8f3747 100644 --- a/config/config.php.dist +++ b/config/config.php.dist @@ -407,7 +407,8 @@ $config = [ * This is an array of outputs. Each output has at least a 'class' option, which * selects the output. */ - 'statistics.out' => [// Log statistics to the normal log. + 'statistics.out' => [ + // Log statistics to the normal log. /* [ 'class' => 'core:Log', -- GitLab