Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jul 22, 2024
1 parent a8292a1 commit e15becf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Client/QueryApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ private Func<Func<HttpResponseMessage, RestRequest, RestResponse>, RestRequest>
Arguments.CheckNonEmptyString(optionsOrg, OrgArgumentValidation);

return advancedResponseWriter => _service
.PostQueryWithRestRequest(null, "application/json", null, optionsOrg, null, query, HttpCompletionOption.ResponseHeadersRead)
.PostQueryWithRestRequest(null, "application/json", null, optionsOrg, null, query,
HttpCompletionOption.ResponseHeadersRead)
.AddAdvancedResponseHandler(advancedResponseWriter);
}

Expand Down

0 comments on commit e15becf

Please sign in to comment.