Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Jan 16, 2025
1 parent 5d2bea1 commit 4af679b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ module MerlinJump = struct
QuickPick.onDidHide
quickPick
~listener:(fun () ->
if not(!event_fired || !selected_item)
if not (!event_fired || !selected_item)
then show_selection initial_selection text_editor;
Decorations.remove_all_highlights text_editor;
Disposable.dispose selection_listener_disposable;
Expand Down

0 comments on commit 4af679b

Please sign in to comment.