Skip to content

Commit 4c932e4

Browse files
committed
Minor whitespace reformatting
1 parent cf81e5a commit 4c932e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Serilog.Settings.Configuration.Tests/ConfigurationSettingsTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,6 @@ public void DestructuringAsScalarIsAppliedWithAssemblyQualifiedName()
801801
Assert.IsType<ScalarValue>(prop);
802802
}
803803

804-
805804
[Fact]
806805
public void WriteToSinkIsAppliedWithCustomSink()
807806
{
@@ -882,7 +881,6 @@ public void WriteToSinkIsAppliedWithCustomSinkAndLevelSwitch()
882881
Assert.Single(DummyRollingFileSink.Emitted);
883882
}
884883

885-
886884
[Fact]
887885
public void AuditToSinkIsAppliedWithCustomSink()
888886
{
@@ -963,7 +961,6 @@ public void AuditToSinkIsAppliedWithCustomSinkAndLevelSwitch()
963961
Assert.Single(DummyRollingFileSink.Emitted);
964962
}
965963

966-
967964
[Fact]
968965
public void EnrichWithIsAppliedWithCustomEnricher()
969966
{

0 commit comments

Comments
 (0)