Skip to content

Commit f916f2b

Browse files
author
huttotw
committed
fix some copy pasta
1 parent 36139b6 commit f916f2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

comparators.go

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ func lessThanEqual(a, b interface{}) bool {
7070

7171
// greaterThan will return true if a > b
7272
func greaterThan(a, b interface{}) bool {
73-
// If the values are equal, no more work necessary
74-
if a == b {
75-
return true
76-
}
77-
7873
ta := reflect.TypeOf(a)
7974
tb := reflect.TypeOf(b)
8075

0 commit comments

Comments
 (0)