Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-25 15:03:21 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-05-25 15:03:21 +0300
commitbd997a105cc582180bb36dad3ca8ffce25fc9e34 (patch)
treea62357a59ca9b43297f07c199913dc3b826b004e /lib
parent0c38569c83466b52013b7890432bcb6ae74df883 (diff)
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Security/Bruteforce/Throttler.php2
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();