mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
Python: Autoformat
This commit is contained in:
@@ -51,8 +51,7 @@ string callName(Nameable call) {
|
||||
}
|
||||
|
||||
string configName(ProtocolConfiguration protocolConfiguration) {
|
||||
result =
|
||||
"call to " + callName(protocolConfiguration.(DataFlow::CallCfgNode).getFunction())
|
||||
result = "call to " + callName(protocolConfiguration.(DataFlow::CallCfgNode).getFunction())
|
||||
or
|
||||
not protocolConfiguration instanceof DataFlow::CallCfgNode and
|
||||
not protocolConfiguration instanceof ContextCreation and
|
||||
|
||||
Reference in New Issue
Block a user