Skip to content

Commit 7f16853

Browse files
committed
Remove trailing white space
1 parent 2d6feb1 commit 7f16853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/ql/lib/codeql/actions/security/ControlChecks.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ abstract class ControlCheck extends AstNode {
105105
or
106106
// When the node is inside a (possibly nested) reusable workflow,
107107
// all direct callers for this event must be protected along their caller chain.
108-
exists(ExternalJob directCaller |
108+
exists(ExternalJob directCaller |
109109
directCaller = node.getEnclosingWorkflow().(ReusableWorkflow).getACaller() and
110110
directCaller.getATriggerEvent() = event
111111
) and

0 commit comments

Comments
 (0)