Skip to content

Commit 6ffa63d

Browse files
committed
Fix RuboCop issues
1 parent add56dd commit 6ffa63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dry/schema/key_validator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module Schema
99
class KeyValidator
1010
extend Dry::Initializer
1111

12-
INDEX_REGEX = /\[\d+\]/.freeze
13-
DIGIT_REGEX = /\A\d+\z/.freeze
12+
INDEX_REGEX = /\[\d+\]/
13+
DIGIT_REGEX = /\A\d+\z/
1414
BRACKETS = "[]"
1515

1616
# @api private

0 commit comments

Comments
 (0)