Skip to content

Commit

Permalink
Remove do_block from Ruby indents (#3976)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
oskarkook authored Sep 26, 2022
1 parent c196a90 commit 98dd9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/queries/ruby/indents.scm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
(call)
(class)
(case)
(do_block)
(elsif)
(if)
(hash)
Expand Down

0 comments on commit 98dd9c4

Please sign in to comment.