Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 5, 2024
1 parent 203704d commit 3572964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/action.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ let equal (x : t) (y : t) =
| `Drop_unlisted, `Drop_unlisted -> true
| `Search x, `Search y -> String.equal (String.trim x) (String.trim y)
| `Filter x, `Filter y -> String.equal (CCString.ltrim x) (CCString.ltrim y)
| _ -> false
| _, _ -> false

0 comments on commit 3572964

Please sign in to comment.