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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Diagnostics/EventLogger.php')
-rw-r--r--lib/private/Diagnostics/EventLogger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php
index 0c058c30798..eccdd037f95 100644
--- a/lib/private/Diagnostics/EventLogger.php
+++ b/lib/private/Diagnostics/EventLogger.php
@@ -41,7 +41,7 @@ class EventLogger implements IEventLogger {
* @inheritdoc
*/
public function start($id, $description) {
- if ($this->activated){
+ if ($this->activated) {
$this->events[$id] = new Event($id, $description, microtime(true));
}
}