Skip to content

Commit

Permalink
Remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian committed Nov 1, 2024
1 parent 56487f0 commit d01341d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static async Task<HttpResponseData> CreateCheckStatusResponseAsync(

HttpResponseData response = request.CreateResponse(statusCode);
object payload = SetHeadersAndGetPayload(client, request, response, instanceId);

ObjectSerializer serializer = GetObjectSerializer(response);
await serializer.SerializeAsync(response.Body, payload, payload.GetType(), cancellation);
return response;
Expand Down

0 comments on commit d01341d

Please sign in to comment.