We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29844e6 commit de65473Copy full SHA for de65473
ruby/ql/lib/codeql/ruby/frameworks/rack/internal/App.qll
@@ -82,7 +82,7 @@ module App {
82
83
/** Gets the response returned from a request to this application. */
84
RP::PotentialResponseNode getResponse() { result = resp }
85
-}
+ }
86
87
private newtype TApp =
88
TClassApp(DataFlow::ClassNode cn, CallNode call) or
0 commit comments