Skip to content

Commit 2920e0c

Browse files
committed
fix style
1 parent 67b95c8 commit 2920e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Storage/ArgusManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function post($url, $body)
115115
return array(null, new Error($url, $ret));
116116
}
117117
$r = ($ret->body === null) ? array() : $ret->json();
118-
if(strstr($url,"video")){
118+
if (strstr($url, "video")) {
119119
$jobid = $r['job'];
120120
return array($jobid, null);
121121
}

0 commit comments

Comments
 (0)