Update lua/nvim-treesitter/indent.lua

Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
This commit is contained in:
Stephan Seitz 2022-02-05 12:25:20 +01:00
parent b9069a81b9
commit 66f33ddd8b
2 changed files with 2 additions and 4 deletions

View file

@ -11,8 +11,7 @@ local run = Runner:new(it, "tests/indent/r", {
describe("indent R:", function()
describe("whole file:", function()
run:whole_file(".", {
expected_failures = {
},
expected_failures = {},
})
end)