mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Autoformat
This commit is contained in:
@@ -743,7 +743,9 @@ module TaintTracking {
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
private ControlFlowNode getANodeReachingCaptureRefAux(DataFlow::PropRead read, ControlFlowNode mid) {
|
||||
private ControlFlowNode getANodeReachingCaptureRefAux(
|
||||
DataFlow::PropRead read, ControlFlowNode mid
|
||||
) {
|
||||
mid = getANodeReachingCaptureRef(read) and
|
||||
result = mid.getAPredecessor()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user