Skip to content

Commit 9a55381

Browse files
committed
Remove spaces
1 parent 57a9b65 commit 9a55381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Http/src/Internal/ResponseCookies.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public void Append(IEnumerable<KeyValuePair<string, string>> keyValuePairs, Cook
132132

133133
foreach (var keyValuePair in keyValuePairs)
134134
{
135-
136135
cookies[position] = string.Concat(_enableCookieNameEncoding ? Uri.EscapeDataString(keyValuePair.Key) : keyValuePair.Key, "=", Uri.EscapeDataString(keyValuePair.Value), cookierHeaderValue);
137136
position++;
138137
}

0 commit comments

Comments
 (0)