From bd997a105cc582180bb36dad3ca8ffce25fc9e34 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 25 May 2020 14:03:21 +0200 Subject: [PATCH] Fix code style Signed-off-by: Morris Jobke --- lib/private/Security/Bruteforce/Throttler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Security/Bruteforce/Throttler.php b/lib/private/Security/Bruteforce/Throttler.php index e53c3c66d3..6d199881a7 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();