Skip to content

Commit 8ef8a0d

Browse files
committed
qlformat
1 parent 7aec22c commit 8ef8a0d

File tree

1 file changed

+3
-3
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*/
88
module Rack {
99
import rack.internal.App
10-
import rack.internal.Response::Public as Response
10+
import rack.internal.Response::Public as Response
1111

12-
/** DEPRECATED: Alias for App::AppCandidate */
13-
deprecated class AppCandidate = App::AppCandidate;
12+
/** DEPRECATED: Alias for App::AppCandidate */
13+
deprecated class AppCandidate = App::AppCandidate;
1414
}

0 commit comments

Comments
 (0)