Skip to content

Commit

Permalink
fix: Whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Jun 18, 2024
1 parent 8ff04c6 commit 5c67707
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/NetEvolve.Logging.XUnit/XUnitLogger`T.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ messageSink is not null
timeProvider,
scopeProvider,
options
) { }
)
{ }

internal XUnitLogger(
ITestOutputHelper testOutputHelper,
Expand All @@ -37,7 +38,8 @@ testOutputHelper is not null
timeProvider,
scopeProvider,
options
) { }
)
{ }

internal XUnitLogger(
Action<string> writeToAction,
Expand Down

0 comments on commit 5c67707

Please sign in to comment.