From c14852a6e6f0f724b5036b1148ff86ecd817f362 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 07:07:13 +0000 Subject: [PATCH] chore: format source code --- lua/doom/modules/features/whichkey/init.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/doom/modules/features/whichkey/init.lua b/lua/doom/modules/features/whichkey/init.lua index 4e37be4..9ac58f5 100644 --- a/lua/doom/modules/features/whichkey/init.lua +++ b/lua/doom/modules/features/whichkey/init.lua @@ -136,11 +136,7 @@ whichkey.configs["which-key.nvim"] = function() end -- Add user keymaps to whichkey user keymaps - keymaps_service.applyKeymaps( - doom.binds, - nil, - { whichkey_integration } - ) + keymaps_service.applyKeymaps(doom.binds, nil, { whichkey_integration }) end return whichkey