indentation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 8 Aug 2020 13:49:25 +0000 (15:49 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 8 Aug 2020 13:49:25 +0000 (15:49 +0200)
src/Console/ServerBlock.php

index d052612..d39fe8c 100644 (file)
@@ -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));