We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b2d84 commit b34f1d8Copy full SHA for b34f1d8
src/PolylineAlgorithm/PolylineDecoder.cs
@@ -35,7 +35,7 @@ public IEnumerable<Coordinate> Decode(Polyline polyline) {
35
ReadOnlySequence<char>.Enumerator enumerator = polyline.GetEnumerator();
36
37
int position;
38
- ReadOnlyMemory<char> sequence = enumerator.Current;
+ ReadOnlyMemory<char> sequence;
39
40
while (enumerator.MoveNext()) {
41
position = 0;
0 commit comments