Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2023
1 parent 63e7cb3 commit c1d2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/LspUI/rename/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ M.do_rename = function(id, clients, buffer, position_param)
if not client then
return
end
-- TODO: client.supports_method is not listed by document
-- TODO: client.supports_method is not listed by document
if client.supports_method(prepare_rename_feature) then
M.prepare_rename(
client,
Expand Down

0 comments on commit c1d2d14

Please sign in to comment.