diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-25 14:03:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-05-25 14:03:21 +0200 |
commit | bd997a105cc582180bb36dad3ca8ffce25fc9e34 (patch) | |
tree | a62357a59ca9b43297f07c199913dc3b826b004e /lib/private/Security/Bruteforce | |
parent | 0c38569c83466b52013b7890432bcb6ae74df883 (diff) | |
download | nextcloud-server-bd997a105cc582180bb36dad3ca8ffce25fc9e34.tar.gz nextcloud-server-bd997a105cc582180bb36dad3ca8ffce25fc9e34.zip |
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Security/Bruteforce')
-rw-r--r-- | lib/private/Security/Bruteforce/Throttler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Security/Bruteforce/Throttler.php b/lib/private/Security/Bruteforce/Throttler.php index e53c3c66d37..6d199881a71 100644 --- a/lib/private/Security/Bruteforce/Throttler.php +++ b/lib/private/Security/Bruteforce/Throttler.php @@ -285,7 +285,7 @@ class Throttler { * * @param string $ip */ - public function resetDelayForIP($ip){ + public function resetDelayForIP($ip) { $cutoffTime = $this->getCutoffTimestamp(); $qb = $this->db->getQueryBuilder(); |