Merge pull request #10874 from hvitved/ruby/fix-test-syntax-error

Ruby: Fix syntax error in a test
This commit is contained in:
Tom Hvitved
2022-10-18 19:28:17 +02:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ else
foo
end
if foos.index(foo)r == nil
if foos.index(foo) == nil
foo
else
foo