From: Morris Jobke Date: Mon, 25 May 2020 12:03:21 +0000 (+0200) Subject: Fix code style X-Git-Tag: v20.0.0beta1~507^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd997a105cc582180bb36dad3ca8ffce25fc9e34;p=nextcloud-server.git Fix code style Signed-off-by: Morris Jobke --- 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();