Skip to content

Commit 199c6b2

Browse files
committed
Ruby: fix warnings
1 parent 1b29ed2 commit 199c6b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ruby/ql/src/utils/modeleditor/ApplicationModeEndpoints.ql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import codeql.ruby.AST
1010

1111
// This query is empty as Application Mode is not yet supported for Ruby.
1212
from
13-
Callable endpoint, Call usage, string package, string type, string name, string parameters,
14-
boolean supported, string namespace, string version, string supportedType, string classification
13+
Call usage, string package, string type, string name, string parameters, boolean supported,
14+
string namespace, string version, string supportedType, string classification
1515
where none()
16-
select usage, namespace, type, name, parameters, supported, namespace, version, supportedType,
17-
classification
16+
select usage, package, namespace, type, name, parameters, supported, namespace, version,
17+
supportedType, classification

0 commit comments

Comments
 (0)