mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Python: Autoformat
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user