Completed
Push — master ( 1297fc...0daafa )
by Kris
14s queued 12s
created
src/Software/Fail2BanLogParser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
         $this->software       = 'Fail2ban';
42 42
         $this->prettyName     = 'Fail2ban';
43 43
         $this->addFormat('default', '%t %s %p %l %j %m');
44
-        $this->defaultFormat      = '%t %s %p %l %j %m';
45
-        $this->timeFormat   = 'Y-m-d';
44
+        $this->defaultFormat = '%t %s %p %l %j %m';
45
+        $this->timeFormat = 'Y-m-d';
46 46
 
47 47
         $this->addPath("/var/log/");
48 48
         $this->addFile("fail2ban.log");
Please login to merge, or discard this patch.