Whitespace
This commit is contained in:
parent
9527db31d6
commit
fa7bde194d
|
@ -14,7 +14,7 @@ public protocol FuzzySet {
|
||||||
|
|
||||||
func intersection(_ other: Self, method: TNormFunction) -> Self
|
func intersection(_ other: Self, method: TNormFunction) -> Self
|
||||||
|
|
||||||
func union(_ other: Self, method: SNormFunction) -> Self
|
func union(_ other: Self, method: SNormFunction) -> Self
|
||||||
}
|
}
|
||||||
|
|
||||||
public extension FuzzySet {
|
public extension FuzzySet {
|
||||||
|
|
Loading…
Reference in New Issue