From e18586745b78c07b40d1df5a43af812062b35e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= Date: Mon, 26 Sep 2022 10:43:38 +0300 Subject: [PATCH] Remove `do_block` from Ruby indents `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. --- runtime/queries/ruby/indents.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/queries/ruby/indents.scm b/runtime/queries/ruby/indents.scm index f5a6d19b5e03..7fcf59f5d807 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)