Skip to content

Commit d9cd57a

Browse files
committed
reformat
1 parent aae1a39 commit d9cd57a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GraphQL.AspNetCore3/GraphQLHttpMiddlewareOptions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ public class GraphQLHttpMiddlewareOptions : IAuthorizationOptions
161161
public MediaTypeHeaderValueMs DefaultResponseContentType
162162
{
163163
get => _defaultResponseContentType;
164-
set
165-
{
164+
set {
166165
_defaultResponseContentType = value;
167166
DefaultResponseContentTypeString = value.ToString();
168167
}

0 commit comments

Comments
 (0)