Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit ac8c6b5

Browse files
Copilotdata-douser
andcommitted
Add trailing newlines to fix formatting
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent a759fe1 commit ac8c6b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

languages/javascript/custom/src/DemoJsCodeInjection/DemoJsCodeInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ from CodeInjectionFlow::PathNode source, CodeInjectionFlow::PathNode sink
1919
where CodeInjectionFlow::flowPath(source, sink)
2020
select sink.getNode(), source, sink,
2121
sink.getNode().(Sink).getMessagePrefix() + " depends on a $@.", source.getNode(),
22-
"user-provided value"
22+
"user-provided value"

languages/javascript/custom/test/DemoJsCodeInjection/DemoJsCodeInjection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ app.get('/safe-calc', (req, res) => {
5252
const b = parseInt(req.query.b, 10);
5353
const result = a + b;
5454
res.send(result.toString());
55-
});
55+
});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DemoJsCodeInjection/DemoJsCodeInjection.ql
1+
DemoJsCodeInjection/DemoJsCodeInjection.ql

0 commit comments

Comments
 (0)