Swift: Autoformat.

This commit is contained in:
Geoffrey White
2024-04-10 15:33:46 +01:00
parent dd96095a30
commit 250cb30c05

View File

@@ -319,7 +319,8 @@ private module Cached {
/** This is the local flow predicate that is exposed. */
cached
predicate localFlowStepImpl(Node nodeFrom, Node nodeTo) {
localFlowStepCommon(nodeFrom, nodeTo) or
localFlowStepCommon(nodeFrom, nodeTo)
or
// models-as-data summarized flow
FlowSummaryImpl::Private::Steps::summaryThroughStepValue(nodeFrom, nodeTo, _)
}