We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac243e commit 82a1dd4Copy full SHA for 82a1dd4
Source/Yasba/Sieve Commands/Core/If/IfCommand.swift
@@ -41,8 +41,6 @@ final class IfCommand: SieveContainerCommand, SieveCommandValueEquatable {
41
self.elseChildren = elseChildren
42
}
43
44
- var displayName: String { "If" }
45
-
46
func isSemanticallyEqual(to other: AnySieveCommand) -> Bool {
47
guard let other = other as? IfCommand else { return false }
48
return quantifier == other.quantifier
0 commit comments