mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Java/C++/C#: Fix autoformat.
This commit is contained in:
committed by
Anders Schack-Mulligen
parent
02068ecdcd
commit
a1a875e3e1
@@ -641,9 +641,7 @@ private module ImplCommon {
|
||||
|
||||
class CallContextSpecificCall extends CallContextCall, TSpecificCall {
|
||||
override string toString() {
|
||||
exists(DataFlowCall call | this = TSpecificCall(call) |
|
||||
result = "CcCall(" + call + ")"
|
||||
)
|
||||
exists(DataFlowCall call | this = TSpecificCall(call) | result = "CcCall(" + call + ")")
|
||||
}
|
||||
|
||||
override predicate relevantFor(DataFlowCallable callable) {
|
||||
|
||||
Reference in New Issue
Block a user