From c1d2d14c8c218abb2a11d4ced3149eec2ed58154 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Aug 2023 14:00:41 +0000 Subject: [PATCH] Format code --- lua/LspUI/rename/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/LspUI/rename/util.lua b/lua/LspUI/rename/util.lua index cf2eee3..afe5522 100644 --- a/lua/LspUI/rename/util.lua +++ b/lua/LspUI/rename/util.lua @@ -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,