From fa7bde194d36e14a5728699cc130e2ba816cbe95 Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Tue, 21 Dec 2021 22:56:55 +0200 Subject: [PATCH] Whitespace --- Sources/FuzzyKit/FuzzySet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FuzzyKit/FuzzySet.swift b/Sources/FuzzyKit/FuzzySet.swift index a0c5f30..985d0dd 100644 --- a/Sources/FuzzyKit/FuzzySet.swift +++ b/Sources/FuzzyKit/FuzzySet.swift @@ -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 {