Format with stylua

This commit is contained in:
L3MON4D3 2024-05-14 10:34:10 +00:00 committed by github-actions[bot]
parent f161223e5e
commit 7b1dda0dfd

View file

@ -1114,7 +1114,8 @@ describe("loaders:", function()
exec_lua(
string.format(
[[ require("luasnip.loaders.from_vscode").load({ paths={"%s"} }) ]],
os.getenv("LUASNIP_SOURCE") .. "/tests/data/symlink-vscode/snippets"
os.getenv("LUASNIP_SOURCE")
.. "/tests/data/symlink-vscode/snippets"
)
)
feed("iall1")
@ -1125,7 +1126,7 @@ describe("loaders:", function()
{0:~ }|
{0:~ }|
{0:~ }|
{2:-- INSERT --} |]]
{2:-- INSERT --} |]],
})
end)
end)