summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-04 14:23:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-04 14:23:25 +0900
commit0251abca7f19c393d756e77ee059a4357a8f2f20 (patch)
treefa195be112b09a090c2baf8ac4cdeb861f8efd74
parent705a95323e7bd85fdade2970976fd7d87a1ccf2e (diff)
Fixed mismatched indentation
-rw-r--r--test/ruby/test_ast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_ast.rb b/test/ruby/test_ast.rb
index 887dbb6ecf..37b23e8db5 100644
--- a/test/ruby/test_ast.rb
+++ b/test/ruby/test_ast.rb
@@ -1622,7 +1622,7 @@ dummy
node = ast_parse("def foo; yield(1, 2) end")
assert_locations(node.children[-1].children[-1].children[-1].locations, [[1, 9, 1, 20], [1, 9, 1, 14], [1, 14, 1, 15], [1, 19, 1, 20]])
- end
+ end
private
def ast_parse(src, **options)