Whitespace

This commit is contained in:
Alexander Ignatov 2021-12-21 22:56:55 +02:00
parent 9527db31d6
commit fa7bde194d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public protocol FuzzySet {
func intersection(_ other: Self, method: TNormFunction) -> Self
func union(_ other: Self, method: SNormFunction) -> Self
func union(_ other: Self, method: SNormFunction) -> Self
}
public extension FuzzySet {