Skip to content

Commit

Permalink
try to remove some whitespace-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Apr 24, 2024
1 parent c581d9b commit bbd3fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public override void Write(Utf8JsonWriter writer, Geometry value, JsonSerializer

private void WritePolygon(Utf8JsonWriter writer, Polygon value, JsonSerializerOptions options)
{

writer.WriteStartArray();
WriteCoordinateSequence(writer, value.ExteriorRing.CoordinateSequence, options, orientation:_oriExterior);
for (int i = 0; i < value.NumInteriorRings; i++)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@
<data name="EX_UnexpectedPartialJson" xml:space="preserve">
<value>JsonConverter received partial JSON. This is likely the result of a bug in the System.Text.Json library.</value>
</data>
</root>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public void TestNumericFeatureIdMustBeValidDecimal()
}}
}}
";

Assert.That(() => JsonSerializer.Deserialize<Feature>(serialized, DefaultOptions), Throws.InstanceOf<JsonException>());
}
}
Expand Down

0 comments on commit bbd3fa1

Please sign in to comment.