Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe committed Aug 24, 2020
1 parent 9718c3e commit 5fa3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftRulesEngine/ConditionEvaluator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public extension ConditionEvaluator {
addComparisonOperator(operation: "equals", type: Int.self, closure: ==)
addComparisonOperator(operation: "equals", type: Double.self, closure: ==)
addComparisonOperator(operation: "equals", type: Bool.self, closure: ==)

addComparisonOperator(operation: "notEquals", type: String.self, closure: !=)
addComparisonOperator(operation: "notEquals", type: Int.self, closure: !=)
addComparisonOperator(operation: "notEquals", type: Double.self, closure: !=)
Expand Down

0 comments on commit 5fa3ef9

Please sign in to comment.