Skip to content

Commit e34fbc8

Browse files
committed
Shared: autoformat
1 parent 8340841 commit e34fbc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,9 @@ module DataFlowMake<LocationSig Location, InputSig<Location> Lang> {
10251025
MakeDiscriminatorPass<Pass1::discriminatedPair/2, edgesRev/4, subpathsRev/4>;
10261026

10271027
private newtype TPathNode =
1028-
TPreservedPathNode(InputPathNode node) { Pass2::discriminatedPathNode(node) or node = getUniqPathNode(_, _) } or
1028+
TPreservedPathNode(InputPathNode node) {
1029+
Pass2::discriminatedPathNode(node) or node = getUniqPathNode(_, _)
1030+
} or
10291031
TCollapsedPathNode(Node node, string toString) {
10301032
initialCandidate(node, toString) and
10311033
not Pass2::discriminatedPair(node, toString)

0 commit comments

Comments
 (0)