Skip to content

Commit 250cb30

Browse files
committed
Swift: Autoformat.
1 parent dd96095 commit 250cb30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ private module Cached {
319319
/** This is the local flow predicate that is exposed. */
320320
cached
321321
predicate localFlowStepImpl(Node nodeFrom, Node nodeTo) {
322-
localFlowStepCommon(nodeFrom, nodeTo) or
322+
localFlowStepCommon(nodeFrom, nodeTo)
323+
or
323324
// models-as-data summarized flow
324325
FlowSummaryImpl::Private::Steps::summaryThroughStepValue(nodeFrom, nodeTo, _)
325326
}

0 commit comments

Comments
 (0)