Skip to content

Commit 68d05eb

Browse files
committed
Ruby: Minor simplification.
1 parent 855c896 commit 68d05eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruby/ql/lib/codeql/files/FileSystem.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ private module Impl = Make<Input>;
2727

2828
class Container = Impl::Container;
2929

30-
/** A folder. */
31-
class Folder extends Container, Impl::Folder { }
30+
class Folder = Impl::Folder;
3231

3332
/** A file. */
3433
class File extends Container, Impl::File {

0 commit comments

Comments
 (0)