From e5f7f1d3d56f9c79ced8f9257584b4540ed1d1ef Mon Sep 17 00:00:00 2001 From: Leon Connor Holm Date: Tue, 22 Aug 2023 13:21:19 +0200 Subject: [PATCH] fix: fix pipeline lint --- lua/qvim/core/loader/specs/nvim-treesitter-textobjects.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/qvim/core/loader/specs/nvim-treesitter-textobjects.lua b/lua/qvim/core/loader/specs/nvim-treesitter-textobjects.lua index a210b286..a5647075 100644 --- a/lua/qvim/core/loader/specs/nvim-treesitter-textobjects.lua +++ b/lua/qvim/core/loader/specs/nvim-treesitter-textobjects.lua @@ -1,3 +1 @@ -return { - -} \ No newline at end of file +return {}