Skip to content

Commit 4fcae00

Browse files
committed
fix:delete extra comma
1 parent 15ff871 commit 4fcae00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Storage/BucketManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ private function get($url)
10791079
private function getV2($url)
10801080
{
10811081
$headers = $this->auth->authorizationV2($url, 'GET');
1082-
return Client::get($url, $headers);;
1082+
return Client::get($url, $headers);
10831083
}
10841084

10851085
private function post($url, $body)

0 commit comments

Comments
 (0)