diff options
| author | Daniel Woznicki <danwoz@nettoolkit.com> | 2022-02-24 15:54:02 -0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-25 00:58:59 +0100 |
| commit | 8f04c2ad2d2735574ac4b571865302584084b4f3 (patch) | |
| tree | 0ac61e295484324422ef942d85345439109a2056 /tests/indent/java_spec.lua | |
| parent | Added fix for incorrect Java indentation after a closing "}" in a method decl... (diff) | |
| download | nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar.gz nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar.bz2 nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar.lz nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar.xz nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.tar.zst nvim-treesitter-8f04c2ad2d2735574ac4b571865302584084b4f3.zip | |
Removed newline causing sylua lint check to fail
Diffstat (limited to 'tests/indent/java_spec.lua')
| -rw-r--r-- | tests/indent/java_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/java_spec.lua b/tests/indent/java_spec.lua index 052999bbd..dbd0b1737 100644 --- a/tests/indent/java_spec.lua +++ b/tests/indent/java_spec.lua @@ -20,4 +20,3 @@ describe("indent Java:", function() run:new_line("issue_2571.java", { on_line = 5, text = "void bar() {}", indent = 2 }) end) end) - |
