Completed
Push — master ( 7241ae...da23ca )
by Sebastian
10:52
created
src/Backup/Target.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@
 block discarded – undo
302 302
     public function getFilenameSuffix($plain = false)
303 303
     {
304 304
         return (count($this->fileSuffixes) ? '.' . implode('.', $this->fileSuffixes) : '')
305
-             . ($plain ? '' : $this->getCompressorSuffix() . $this->getCrypterSuffix());
305
+                . ($plain ? '' : $this->getCompressorSuffix() . $this->getCrypterSuffix());
306 306
     }
307 307
 
308 308
     /**
Please login to merge, or discard this patch.