Completed
Pull Request — master (#265)
by
unknown
04:38
created
src/Backup/Sync/BackblazeS3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,6 +47,6 @@
 block discarded – undo
47 47
      */
48 48
     protected function createEndpoint()
49 49
     {
50
-        return str_replace('{region}', $this->region, 'https://s3.{region}.backblazeb2.com') ;
50
+        return str_replace('{region}', $this->region, 'https://s3.{region}.backblazeb2.com');
51 51
     }
52 52
 }
Please login to merge, or discard this patch.