Skip to content

Commit fe12377

Browse files
author
David Ungar
committed
cosmetic
1 parent 734a70a commit fe12377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SwiftDriver/IncrementalCompilation/DirectAndTransitiveCollections.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public struct Directly {}
1919
public struct InvalidatedSet<ClosureLevel, Element: Hashable>: Sequence {
2020
var contents: Set<Element>
2121

22-
@_spi(Testing) public
23-
init(_ s: Set<Element> = Set()) {
22+
@_spi(Testing) public init(_ s: Set<Element> = Set()) {
2423
self.contents = s
2524
}
2625
init<Elements: Sequence>(_ elements: Elements)

0 commit comments

Comments
 (0)