mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Ruby: Fix syntax error in a test
This commit is contained in:
@@ -85,7 +85,7 @@ else
|
||||
foo
|
||||
end
|
||||
|
||||
if foos.index(foo)r == nil
|
||||
if foos.index(foo) == nil
|
||||
foo
|
||||
else
|
||||
foo
|
||||
|
||||
Reference in New Issue
Block a user