Remove trailing white space

This commit is contained in:
Jaroslav Lobačevski
2026-06-18 12:11:18 +00:00
parent 2d6feb1255
commit 7f16853715

View File

@@ -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