mirror of
https://github.com/github/codeql.git
synced 2026-06-25 14:47:04 +02:00
Remove trailing white space
This commit is contained in:
@@ -105,7 +105,7 @@ abstract class ControlCheck extends AstNode {
|
||||
or
|
||||
// When the node is inside a (possibly nested) reusable workflow,
|
||||
// all direct callers for this event must be protected along their caller chain.
|
||||
exists(ExternalJob directCaller |
|
||||
exists(ExternalJob directCaller |
|
||||
directCaller = node.getEnclosingWorkflow().(ReusableWorkflow).getACaller() and
|
||||
directCaller.getATriggerEvent() = event
|
||||
) and
|
||||
|
||||
Reference in New Issue
Block a user