Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Sep 4, 2023
1 parent 520541b commit 35359d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.ml
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ module Search = struct
(phrase : Search_phrase.t)
(t : t)
: Search_result.t Seq.t =
if Search_phrase.is_empty phrase then
if Search_phrase.is_empty phrase then (
Seq.empty
else (
) else (
match List.combine phrase.phrase phrase.fuzzy_index with
| [] -> failwith "Unexpected case"
| first_word :: rest -> (
Expand Down

0 comments on commit 35359d2

Please sign in to comment.