Skip to content

Commit 7b6b7e9

Browse files
committed
Re-fix this typo.
1 parent bc07dbe commit 7b6b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NetTopologySuite.IO.GPX.Tests/GpxFileTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public void TimestampsShouldPreserveFractionalSecondsWithinDefinedPrecision()
345345
</wpt>
346346
</gpx>
347347
";
348-
string text = GpxFile.Parse(GpxText, null). BuildString(null);
348+
string text = GpxFile.Parse(GpxText, null).BuildString(null);
349349

350350
Assert.Contains("1234-05-06T07:08:09.7654321Z", text);
351351
Assert.Contains("5432-10-10T11:22:33.8765432Z", text); // DateTime resolution is 100ns, so the value gets rounded to 7 digits

0 commit comments

Comments
 (0)