Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0c38569c83
commit
bd997a105c
|
@ -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 New Issue