[rubocop] fix offences

This commit is contained in:
Nikita Shilnikov 2022-10-30 22:05:03 +03:00
parent eb87257b7d
commit ff5078651f
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
1 changed files with 3 additions and 3 deletions

View File

@ -274,10 +274,10 @@ module Dry
def deprecated(name, in_favor_of)
Core::Deprecations.warn(
"#{name} predicate is deprecated and will "\
"be removed in the next major version\n"\
"#{name} predicate is deprecated and will " \
"be removed in the next major version\n" \
"Please use #{in_favor_of} predicate instead",
tag: 'dry-logic',
tag: "dry-logic",
uplevel: 3
)
end