Skip to content

Commit 6ae4652

Browse files
committed
make the Impl module private again
1 parent 02ed1ca commit 6ae4652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ module API {
305305
* shortest length.
306306
*/
307307
cached
308-
module Impl {
308+
private module Impl {
309309
cached
310310
newtype TApiNode =
311311
/** The root of the API graph. */

0 commit comments

Comments
 (0)