From adaa6eec28e014a5223c998a21ebfb6a3b5829e0 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 12 Dec 2023 14:53:35 +0100 Subject: [PATCH] dotnet format --- .../ElasticApmAgentStartupHook/StartupHookLogger.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/startuphook/ElasticApmAgentStartupHook/StartupHookLogger.cs b/src/startuphook/ElasticApmAgentStartupHook/StartupHookLogger.cs index bf9aa13bc..7bbf532ef 100644 --- a/src/startuphook/ElasticApmAgentStartupHook/StartupHookLogger.cs +++ b/src/startuphook/ElasticApmAgentStartupHook/StartupHookLogger.cs @@ -46,7 +46,8 @@ public static StartupHookLogger Create() public void WriteLine(string message) { - if (!_enabled) return; + if (!_enabled) + return; try {