From fad13b6e8bf763d497153ca746496e92c8ef9bd1 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 12 May 2024 21:06:36 +0545 Subject: [PATCH] indent fixes --- lua/lazyvim/plugins/extras/editor/refactoring.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/editor/refactoring.lua b/lua/lazyvim/plugins/extras/editor/refactoring.lua index 9704fc65..e5852a3c 100644 --- a/lua/lazyvim/plugins/extras/editor/refactoring.lua +++ b/lua/lazyvim/plugins/extras/editor/refactoring.lua @@ -116,10 +116,10 @@ return { config = function(_, opts) require("refactoring").setup(opts) if LazyVim.has("telescope.nvim") then - LazyVim.on_load("telescope.nvim", function() - require("telescope").load_extension("refactoring") - end) - end + LazyVim.on_load("telescope.nvim", function() + require("telescope").load_extension("refactoring") + end) + end end, }, }