Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 83a8fd1

Browse files
committed
Fix tabs
1 parent 7b9cb14 commit 83a8fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.AspNet.Http/Features/HttpResponseFeature.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Microsoft.AspNet.Http.Features.Internal
99
{
1010
public class HttpResponseFeature : IHttpResponseFeature
1111
{
12-
public HttpResponseFeature()
13-
{
12+
public HttpResponseFeature()
13+
{
1414
StatusCode = 200;
1515
Headers = new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
1616
Body = Stream.Null;
@@ -39,4 +39,4 @@ public void OnResponseCompleted(Action<object> callback, object state)
3939
throw new NotSupportedException();
4040
}
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)