Skip to content

Commit 278c349

Browse files
committed
Fix RuboCop issue
1 parent 094716e commit 278c349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dry/struct/class_interface.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module Dry
66
class Struct
77
# Class-level interface of {Struct} and {Value}
8-
module ClassInterface # rubocop:disable Metrics/ModuleLength
8+
module ClassInterface
99
include Core::ClassAttributes
1010

1111
include Types::Type

0 commit comments

Comments
 (0)