Python: format

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-04-07 08:20:52 +02:00
parent 094d2f3b7d
commit fb95c488e8

View File

@@ -28,9 +28,7 @@ API::Node sslContextInstance() {
}
class WrapSocketCall extends ConnectionCreation, DataFlow::CallCfgNode {
WrapSocketCall() {
this = sslContextInstance().getMember("wrap_socket").getACall()
}
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
override DataFlow::CfgNode getContext() {
result = this.getFunction().(DataFlow::AttrRead).getObject()