mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
fix: autoformat
This commit is contained in:
@@ -218,9 +218,7 @@ module NetHttp {
|
||||
|
||||
/** A call to the `Transport.RoundTrip` function in the `net/http` package. */
|
||||
private class TransportRoundTrip extends HTTP::ClientRequest::Range, DataFlow::MethodCallNode {
|
||||
TransportRoundTrip() {
|
||||
this.getTarget().hasQualifiedName("net/http", "Transport", "RoundTrip")
|
||||
}
|
||||
TransportRoundTrip() { this.getTarget().hasQualifiedName("net/http", "Transport", "RoundTrip") }
|
||||
|
||||
override DataFlow::Node getUrl() {
|
||||
// A URL passed to `NewRequest`, whose result is passed to this `RoundTrip` call
|
||||
|
||||
Reference in New Issue
Block a user