Skip to content

Commit ceed0dd

Browse files
committed
Merge pull request #417 from nielsandriesse/patch-2
Fix indentation
2 parents 0cc3819 + cb408d3 commit ceed0dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/core/SetAlgebra.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
/// - `x.isStrictSupersetOf(y)` iff `x.isSupersetOf(y) && x != y`
4747
/// - `x.isStrictSubsetOf(y)` iff `x.isSubsetOf(y) && x != y`
4848
public protocol SetAlgebraType : Equatable, ArrayLiteralConvertible {
49-
5049
/// A type for which `Self` provides a containment test.
5150
typealias Element
5251

@@ -148,7 +147,6 @@ public protocol SetAlgebraType : Equatable, ArrayLiteralConvertible {
148147
/// - SeeAlso: `Self.element(_, subsumes:_)`
149148
@warn_unused_result
150149
static func element(a: Element, isDisjointWith b: Element) -> Bool
151-
152150
}
153151

154152
/// `SetAlgebraType` requirements for which default implementations

0 commit comments

Comments
 (0)