Test Failed
Push — master ( 8d4205...c9a664 )
by alpha
02:25
created
src/AliyunOssAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function getUrl($path)
52 52
     {
53 53
         $object = $this->applyPathPrefix($path);
54
-        return $this->ossConfig->getUrlDomain() . '/' . ltrim($object, '/');
54
+        return $this->ossConfig->getUrlDomain().'/'.ltrim($object, '/');
55 55
     }
56 56
 
57 57
     /**
Please login to merge, or discard this patch.