From fefd82680c8d1a4f0863fd18f8c76ee4fae63f6f Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 17 Aug 2021 11:08:18 +0200 Subject: [PATCH] fix(realtime): whitespace --- app/realtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/realtime.php b/app/realtime.php index 779eb590ef..f4a552ed3e 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -67,7 +67,7 @@ $server->onStart(function () use ($stats, $register, $containerId, &$documentId) } ]; }; - + /** * Create document for this worker for connection stats across Containers. */