Skip to content

Commit a3f7ede

Browse files
committed
Remove trailing whitespace
1 parent dc48fb3 commit a3f7ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HttpMultipartParser/StreamingBinaryMultipartFormDataParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public StreamingBinaryMultipartFormDataParser(Stream stream, ParserOptions optio
160160
{
161161
if (stream == null || stream == Stream.Null) throw new ArgumentNullException(nameof(stream));
162162
_stream = stream;
163-
163+
164164
if (options == null)
165165
{
166166
_options = new ParserOptions();

0 commit comments

Comments
 (0)