Skip to content

Commit bd768cb

Browse files
committed
autoformat
1 parent 2fbdece commit bd768cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

javascript/ql/src/semmle/javascript/InclusionTests.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,16 @@ module InclusionTest {
7777

7878
override DataFlow::Node getContainerNode() {
7979
exists(int arg |
80-
inner.getContainerNode().getALocalSource() = DataFlow::parameterNode(callee.getParameter(arg)) and
80+
inner.getContainerNode().getALocalSource() =
81+
DataFlow::parameterNode(callee.getParameter(arg)) and
8182
result = this.getArgument(arg)
8283
)
8384
}
8485

8586
override DataFlow::Node getContainedNode() {
8687
exists(int arg |
87-
inner.getContainedNode().getALocalSource() = DataFlow::parameterNode(callee.getParameter(arg)) and
88+
inner.getContainedNode().getALocalSource() =
89+
DataFlow::parameterNode(callee.getParameter(arg)) and
8890
result = this.getArgument(arg)
8991
)
9092
}

0 commit comments

Comments
 (0)