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:
Oskar Köök 2022-09-26 20:04:32 +03:00 committed by GitHub
parent c196a90684
commit 98dd9c4f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
(call)
(class)
(case)
(do_block)
(elsif)
(if)
(hash)