Skip to content

Commit deff24e

Browse files
committed
Fix singleton set literal
1 parent 1fd54ed commit deff24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveSupport.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module ActiveSupport {
116116
or
117117
exists(int i | i in [0 .. (mc.getNumberOfArguments() - 1)] |
118118
input = "Argument[" + i + "]" and
119-
output = ["ReturnValue.Element[?]"]
119+
output = "ReturnValue.Element[?]"
120120
)
121121
) and
122122
preservesValue = true

0 commit comments

Comments
 (0)