fix: autoformat

This commit is contained in:
snoopywu
2021-03-16 01:43:33 +08:00
parent 00f12f9210
commit cee30cfde4

View File

@@ -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