Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
annelo-msft committed Feb 15, 2024
1 parent 6cc2c68 commit 6a60669
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private static HttpMethod ToHttpMethod(string method)
"PATCH" => _patchMethod,
_ => new HttpMethod(method),
};
;
}

internal static HttpRequestMessage BuildHttpRequestMessage(PipelineRequest request, CancellationToken cancellationToken)
Expand Down

0 comments on commit 6a60669

Please sign in to comment.