From ed1db4f47a710647707bdd23fcbfcba8717c2f5e Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 28 Feb 2024 10:58:49 +0000 Subject: [PATCH] Whitespace. --- ElementX/Sources/Other/Logging/RustTracing.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Other/Logging/RustTracing.swift b/ElementX/Sources/Other/Logging/RustTracing.swift index fefbf15e9d..e3b997ce8b 100644 --- a/ElementX/Sources/Other/Logging/RustTracing.swift +++ b/ElementX/Sources/Other/Logging/RustTracing.swift @@ -37,7 +37,7 @@ enum RustTracing { // Keep a minimum of 1 week of log files. In reality it will be longer // as the app is unlikely to be running continuously. let maxFiles: UInt64 = 24 * 7 - + if let otlpConfiguration { setupOtlpTracing(config: .init(clientName: "ElementX-iOS", user: otlpConfiguration.username,