Skip to content

Commit

Permalink
remove duplicate refactor-open edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Apr 21, 2021
1 parent 2d5cc93 commit 1cfa22d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/frontend/query_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ let dispatch pipeline (type a) : a Query_protocol.t -> a =
with Not_found -> None
else None
)
|> List.sort
|> List.sort_uniq
~cmp:(fun (_,l1) (_,l2) ->
Lexing.compare_pos l1.Location.loc_start l2.Location.loc_start)
end
Expand Down
11 changes: 0 additions & 11 deletions tests/test-dirs/refactor-open/qualify.t
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@ refactor open qualiafy use short paths - 2
},
"content": "L.M.N"
},
{
"start": {
"line": 9,
"col": 5
},
"end": {
"line": 9,
"col": 8
},
"content": "L.M.N"
},
{
"start": {
"line": 10,
Expand Down

0 comments on commit 1cfa22d

Please sign in to comment.