Skip to content

Commit de65473

Browse files
committed
qlformat
1 parent 29844e6 commit de65473

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/rack/internal

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/rack/internal/App.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module App {
8282

8383
/** Gets the response returned from a request to this application. */
8484
RP::PotentialResponseNode getResponse() { result = resp }
85-
}
85+
}
8686

8787
private newtype TApp =
8888
TClassApp(DataFlow::ClassNode cn, CallNode call) or

0 commit comments

Comments
 (0)