From d9015a8c94bfd71fe484618a06d276701d3bf9ff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Oct 2020 15:12:57 +0200 Subject: Format code to a single space around binary operators Signed-off-by: Christoph Wurst --- lib/private/Migration/BackgroundRepair.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Migration') diff --git a/lib/private/Migration/BackgroundRepair.php b/lib/private/Migration/BackgroundRepair.php index fd616d505e0..679ad80b5dc 100644 --- a/lib/private/Migration/BackgroundRepair.php +++ b/lib/private/Migration/BackgroundRepair.php @@ -62,7 +62,7 @@ class BackgroundRepair extends TimedJob { */ public function execute($jobList, ILogger $logger = null) { // add an interval of 15 mins - $this->setInterval(15*60); + $this->setInterval(15 * 60); $this->jobList = $jobList; $this->logger = $logger; -- cgit v1.2.3