Skip to content

Commit d7b69fc

Browse files
committed
autoformat
1 parent 7145a57 commit d7b69fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/Promises.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module PromiseTypeTracking {
183183
/**
184184
* Gets the result from a single step through a promise, from `pred` with tracker `t2` to `result` with tracker `t`.
185185
* This can be loading a resolved value from a promise, storing a value in a promise, or copying a resolved value from one promise to another.
186-
*/
186+
*/
187187
DataFlow::SourceNode promiseStep(
188188
DataFlow::SourceNode pred, DataFlow::TypeTracker t, DataFlow::TypeTracker t2
189189
) {

0 commit comments

Comments
 (0)