Skip to content

Commit 5c83e06

Browse files
author
Jamie Rushton
committed
Removed extra blank line to comply with CodeFactor
1 parent 45aaab8 commit 5c83e06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Exceptionless.Tests/Serializer/SerializerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public void CanSerializeEvent() {
2929
Assert.Equal(@"{""message"":""Testing"",""data"":{""FirstName"":""Blake""}}", json);
3030
}
3131

32-
3332
[Fact]
3433
public void CanExcludeProperties() {
3534
var data = new SampleModel {

0 commit comments

Comments
 (0)