Skip to content

Commit 501fb90

Browse files
committed
add newline to tests
1 parent 29e8452 commit 501fb90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/SerializerFinders/FloatTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ private class MyModel
5151
public float Value { get; set; }
5252
public float Other { get; set; }
5353
}
54-
}
54+
}

tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/SerializerFinders/SByteTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ private class MyModel
5151
public sbyte Value { get; set; }
5252
public sbyte Other { get; set; }
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)