Completed
Push — master ( 43222d...21e595 )
by Sebastian
35:08
created
src/Backup/Sync/AmazonS3v3.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,9 +68,9 @@
 block discarded – undo
68 68
     public function getUploadPath(Target $target)
69 69
     {
70 70
         return 's3://' . $this->bucket
71
-               . (substr($this->path, 0, 1) == '/' ? '' : '/')
72
-               . $this->path
73
-               . (substr($this->path, -1, 1) == '/' ? '' : '/')
74
-               . $target->getFilename();
71
+                . (substr($this->path, 0, 1) == '/' ? '' : '/')
72
+                . $this->path
73
+                . (substr($this->path, -1, 1) == '/' ? '' : '/')
74
+                . $target->getFilename();
75 75
     }
76 76
 }
Please login to merge, or discard this patch.