mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 15:18:09 -04:00
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0c38569c83
commit
bd997a105c
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class Throttler {
|
|||
*
|
||||
* @param string $ip
|
||||
*/
|
||||
public function resetDelayForIP($ip){
|
||||
public function resetDelayForIP($ip) {
|
||||
$cutoffTime = $this->getCutoffTimestamp();
|
||||
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue