From 5c6770755977989f48d5ccbe31fab9dede023d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 18 Jun 2024 21:13:08 +0200 Subject: [PATCH] fix: Whitespaces --- src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs b/src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs index 81dcd3a..f4641e7 100644 --- a/src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs +++ b/src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs @@ -22,7 +22,8 @@ messageSink is not null timeProvider, scopeProvider, options - ) { } + ) + { } internal XUnitLogger( ITestOutputHelper testOutputHelper, @@ -37,7 +38,8 @@ testOutputHelper is not null timeProvider, scopeProvider, options - ) { } + ) + { } internal XUnitLogger( Action writeToAction,