Skip to content

Commit e2d2c23

Browse files
committed
autoformat and update expected output
1 parent 1cefa12 commit e2d2c23

File tree

3 files changed

+70
-112
lines changed

3 files changed

+70
-112
lines changed

javascript/ql/test/library-tests/Promises/AdditionalPromises.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@
7777
| promises.js:62:19:62:41 | Promise ... source) |
7878
| promises.js:71:5:71:27 | Promise ... source) |
7979
| promises.js:72:5:72:41 | new Pro ... ource)) |
80+
| promises.js:79:19:79:41 | Promise ... source) |

javascript/ql/test/library-tests/Promises/flow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ query predicate exclusiveTaintFlow(DataFlow::Node source, DataFlow::Node sink) {
3636

3737
query predicate typetrack(DataFlow::SourceNode succ, DataFlow::SourceNode pred, StepSummary summary) {
3838
succ = PromiseTypeTracking::promiseStep(pred, summary)
39-
}
39+
}

0 commit comments

Comments
 (0)