mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #10874 from hvitved/ruby/fix-test-syntax-error
Ruby: Fix syntax error in a test
This commit is contained in:
@@ -85,7 +85,7 @@ else
|
|||||||
foo
|
foo
|
||||||
end
|
end
|
||||||
|
|
||||||
if foos.index(foo)r == nil
|
if foos.index(foo) == nil
|
||||||
foo
|
foo
|
||||||
else
|
else
|
||||||
foo
|
foo
|
||||||
|
|||||||
Reference in New Issue
Block a user