summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-02-05 12:25:20 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commit66f33ddd8be36af233a1c65083b9aa60b1c115b7 (patch)
tree4bf66f0cbc781a0a577c43e783acba83fdf7083a /tests
parentb9069a81b9c42c4d6d1ee4ebc4cd5feb35aa590d (diff)
Update lua/nvim-treesitter/indent.lua
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/indent/r_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/indent/r_spec.lua b/tests/indent/r_spec.lua
index d7f6b07d..7b624411 100644
--- a/tests/indent/r_spec.lua
+++ b/tests/indent/r_spec.lua
@@ -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)