Python: Autoformat

This commit is contained in:
Taus
2021-06-15 15:56:40 +00:00
committed by GitHub
parent b55c034502
commit 359bc5eff9

View File

@@ -42,9 +42,7 @@ API::Node sslContextInstance() {
class WrapSocketCall extends ConnectionCreation, DataFlow::MethodCallNode {
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
override DataFlow::Node getContext() {
result = this.getReceiver()
}
override DataFlow::Node getContext() { result = this.getReceiver() }
}
class OptionsAugOr extends ProtocolRestriction, DataFlow::CfgNode {