Skip to content

Commit c7f74e4

Browse files
committed
JS: Autoformat
1 parent 53280a6 commit c7f74e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/PreCallGraphStep.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Provides an extension point for contributing flow edges prior
33
* to call graph construction and type tracking.
44
*/
5+
56
private import javascript
67

78
private newtype TUnit = MkUnit()
@@ -88,7 +89,6 @@ private class NodeWithPreCallGraphStep extends DataFlow::Node {
8889

8990
private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphStep,
9091
DataFlow::AdditionalFlowStep {
91-
9292
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
9393
pred = this and
9494
PreCallGraphStep::step(this, succ)
@@ -112,7 +112,6 @@ private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphSte
112112

113113
private class AdditionalTypeTrackingStepFromPreCallGraph extends NodeWithPreCallGraphStep,
114114
DataFlow::AdditionalTypeTrackingStep {
115-
116115
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
117116
pred = this and
118117
PreCallGraphStep::step(this, succ)

0 commit comments

Comments
 (0)