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 ffc0a45 commit 123c85dCopy full SHA for 123c85d
src/LinkDotNet.StringBuilder/ValueStringBuilder.Append.cs
@@ -144,7 +144,7 @@ public void AppendLine(scoped ReadOnlySpan<char> str)
144
[MethodImpl(MethodImplOptions.AggressiveInlining)]
145
public Span<char> AppendSpan(int length)
146
{
147
- int origPos = bufferPosition;
+ var origPos = bufferPosition;
148
if (origPos > buffer.Length - length)
149
150
Grow(length);
0 commit comments