From 1188fbcd24dd3bc004fc1d1e5dc59a9480bde1a2 Mon Sep 17 00:00:00 2001 From: James Trew Date: Sun, 25 Jun 2023 15:11:17 -0400 Subject: [PATCH] pass stylua check --- lua/telescope/make_entry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index fdb04dc..dac95a5 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -1088,7 +1088,7 @@ function make_entry.gen_from_ctags(opts) return function(line) local tag_file -- split line by ':' - tag_file, line = string.match(line, '([^:]+):(.+)') + tag_file, line = string.match(line, "([^:]+):(.+)") local tag, file, scode, lnum -- ctags gives us: 'tags\tfile\tsource'