Skip to content

Commit 738ad15

Browse files
David UngarCodaFi
andcommitted
Update Sources/SwiftDriver/IncrementalCompilation/DependencyGraphDotFileWriter.swift
Co-authored-by: Robert Widmann <devteam.codafi@gmail.com>
1 parent 2fd78a6 commit 738ad15

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Sources/SwiftDriver/IncrementalCompilation/DependencyGraphDotFileWriter.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,12 @@ fileprivate struct DOTDependencyGraphSerializer<Graph: ExportableGraph> {
173173
private var nodeIDs = [Graph.Node: Int]()
174174
private var out: WritableByteStream
175175

176-
fileprivate init(_ graph: Graph,
177-
_ stream: WritableByteStream,
178-
includeExternals: Bool,
179-
includeAPINotes: Bool) {
176+
fileprivate init(
177+
_ graph: Graph,
178+
_ stream: WritableByteStream,
179+
includeExternals: Bool,
180+
includeAPINotes: Bool
181+
) {
180182
self.graph = graph
181183
self.out = stream
182184
self.includeExternals = includeExternals

0 commit comments

Comments
 (0)