Skip to content

Commit 9a9b944

Browse files
ladeakgfoidl
andauthored
Update src/Http/Headers/src/ContentDispositionHeaderValue.cs
Co-authored-by: Günther Foidl <gue@korporal.at>
1 parent 7dc32d9 commit 9a9b944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Headers/src/ContentDispositionHeaderValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ private static string Encode5987(StringSegment input)
640640
length = remaining.Length;
641641
}
642642

643-
for (int i = 0; i < length;)
643+
for (var i = 0; i < length;)
644644
{
645645
Rune.DecodeFromUtf16(remaining.Slice(i), out Rune rune, out var runeLength);
646646
EncodeToUtf8Hex(rune, builder);

0 commit comments

Comments
 (0)