pass stylua check

This commit is contained in:
James Trew
2023-06-25 15:11:17 -04:00
parent ba0073caeb
commit 1188fbcd24

View File

@@ -1088,7 +1088,7 @@ function make_entry.gen_from_ctags(opts)
return function(line) return function(line)
local tag_file local tag_file
-- split line by ':' -- split line by ':'
tag_file, line = string.match(line, '([^:]+):(.+)') tag_file, line = string.match(line, "([^:]+):(.+)")
local tag, file, scode, lnum local tag, file, scode, lnum
-- ctags gives us: 'tags\tfile\tsource' -- ctags gives us: 'tags\tfile\tsource'