Skip to content

Commit 867ab5c

Browse files
committed
CSHARP-1913: Removed extra blank line.
1 parent 60558b7 commit 867ab5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Jira/CSharp1913Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public class C
179179
[BsonDictionaryOptions(DictionaryRepresentation.ArrayOfArrays)]
180180
public Dictionary<string,string> DictionaryWithArrayOfArraysRepresentation { get; set; } = new Dictionary<string, string>();
181181

182-
183182
[BsonDictionaryOptions(DictionaryRepresentation.ArrayOfDocuments)]
184183
public Dictionary<string,string> DictionaryWithArrayOfDocumentsRepresentation { get; set; } = new Dictionary<string, string>();
185184

0 commit comments

Comments
 (0)