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,