chore: use stylua for formatting (#1040)
* chore: stylua job and config * reformat with stylua
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
local tester = require('telescope.pickers._test')
|
||||
local helper = require('telescope.pickers._test_helpers')
|
||||
local tester = require "telescope.pickers._test"
|
||||
local helper = require "telescope.pickers._test_helpers"
|
||||
|
||||
tester.builtin_picker('find_files', 'README.md', {
|
||||
tester.builtin_picker("find_files", "README.md", {
|
||||
post_close = {
|
||||
{'README.md', helper.get_file },
|
||||
}
|
||||
{ "README.md", helper.get_file },
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user