Skip to content

Commit 0251abc

Browse files
committed
Fixed mismatched indentation
1 parent 705a953 commit 0251abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_ast.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ def test_yield_locations
16221622

16231623
node = ast_parse("def foo; yield(1, 2) end")
16241624
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]])
1625-
end
1625+
end
16261626

16271627
private
16281628
def ast_parse(src, **options)

0 commit comments

Comments
 (0)