aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ruby/indents.scm
diff options
context:
space:
mode:
authorOskar Köök2022-09-26 17:04:32 +0000
committerGitHub2022-09-26 17:04:32 +0000
commit98dd9c4f2bf71e9afb72f61af9d45100fda0526e (patch)
tree5d4c8af2731cf628944be334f9192b0bbf638bbb /runtime/queries/ruby/indents.scm
parentc196a90684d8b798aa90c60c3777f316966757b8 (diff)
Remove `do_block` from Ruby indents (#3976)
`do_block` and `block` seem to conflict, causing double-indentation in some cases. Removing `do_block` does not seem to have any negative effect, while fixing the double-indentation issue.
Diffstat (limited to 'runtime/queries/ruby/indents.scm')
-rw-r--r--runtime/queries/ruby/indents.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/queries/ruby/indents.scm b/runtime/queries/ruby/indents.scm
index f5a6d19b..7fcf59f5 100644
--- a/runtime/queries/ruby/indents.scm
+++ b/runtime/queries/ruby/indents.scm
@@ -6,7 +6,6 @@
(call)
(class)
(case)
- (do_block)
(elsif)
(if)
(hash)