chore: format with stylua 0.12.0 (#1730)

This commit is contained in:
Simon Hauser
2022-01-31 20:34:53 +01:00
committed by GitHub
parent 3a3c9a3c8b
commit f262e7d56d
3 changed files with 24 additions and 20 deletions

View File

@@ -15,10 +15,12 @@ describe("builtin.find_files", function()
tester.run_file "find_files__with_ctrl_n"
end)
for _, configuration in ipairs {
{ sorting_strategy = "descending" },
{ sorting_strategy = "ascending" },
} do
for _, configuration in
ipairs {
{ sorting_strategy = "descending" },
{ sorting_strategy = "ascending" },
}
do
it("should not display devicons when disabled: " .. disp(configuration), function()
tester.run_string(string.format(
[[