Skip to content

Commit bd50fd7

Browse files
authored
format fix
1 parent 11e39aa commit bd50fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private Expr sqlFragmentArgument(MethodCall call) {
135135
result = call.getKeywordArgument("lock")
136136
or
137137
// Calls to `annotate` can be used to add block comments to SQL queries. These are potentially vulnerable to
138-
// SQLi if user supplied input is passed in as an argument.
138+
// SQLi if user supplied input is passed in as an argument.
139139
methodName = "annotate" and
140140
result = call.getArgument(_)
141141
)

0 commit comments

Comments
 (0)