From 3c0968a692b960eb10f7b236fdc7a7270935938f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 8 Aug 2020 15:49:25 +0200 Subject: [PATCH] indentation --- src/Console/ServerBlock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/ServerBlock.php b/src/Console/ServerBlock.php index d052612e1f..d39fe8c3b2 100644 --- a/src/Console/ServerBlock.php +++ b/src/Console/ServerBlock.php @@ -144,12 +144,12 @@ HELP; ]; if (!in_array($data, $newBlockList)) { $newBlockList[] = $data; - } + } } foreach ($currBlockList as $blocked) { if (!in_array($blocked, $newBlockList)) { $newBlockList[] = $blocked; - } + } } if ($config->set('system', 'blocklist', $newBlockList)) { $this->out(sprintf("Entries from %s that were not blocked before are now blocked", $filename));