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.
This commit is contained in:
parent
c196a90684
commit
98dd9c4f2b
@ -6,7 +6,6 @@
|
||||
(call)
|
||||
(class)
|
||||
(case)
|
||||
(do_block)
|
||||
(elsif)
|
||||
(if)
|
||||
(hash)
|
||||
|
Loading…
Reference in New Issue
Block a user