From 0251abca7f19c393d756e77ee059a4357a8f2f20 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 4 Apr 2025 14:23:25 +0900 Subject: [PATCH] Fixed mismatched indentation --- test/ruby/test_ast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)