检查代码缩进规范

This commit is contained in:
iyuu.cn
2020-01-18 10:26:51 +08:00
parent 84b3f23c27
commit 51f3fa39bc
3 changed files with 241 additions and 242 deletions

View File

@ -17,5 +17,4 @@ interface AbstractClientInterface
* @return string
*/
public function status();
}

View File

@ -295,7 +295,7 @@ class qBittorrent implements AbstractClientInterface
$data .= 'Content-Disposition: form-data; name="' . $name . '"' . $eol . $eol;
$data .= $content . $eol;
}
}
}
$data .= "--" . $this->delimiter . "--" . $eol;
return $data;
}