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.
change-detection
Oskar Köök 2 years ago committed by GitHub
parent c196a90684
commit 98dd9c4f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save