Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Dec 6, 2024
1 parent 418eff1 commit 7c1c220
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/extension_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,9 @@ module Navigate_holes = struct
match Jsonoo.try_parse_opt (QuickPickItem.label hole) with
| Some r ->
let range = Range.t_of_js @@ Jsonoo.t_to_js r in

let _ =
let _ = jump_to_hole range text_editor in
jump_to_hole range text_editor in
()
in
()
| None -> ())
| `String _ -> ())
()
Expand Down

0 comments on commit 7c1c220

Please sign in to comment.