Skip to content

Commit

Permalink
Add space before in and your
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Krizhanovski committed Jan 21, 2019
1 parent 19d65af commit 317e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/style/copyright.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Copyright < Cop

MSG = 'Include a copyright notice matching /%<notice>s/ before ' \
'any code.'.freeze
AUTOCORRECT_EMPTY_WARNING = 'An AutocorrectNotice must be defined in' \
AUTOCORRECT_EMPTY_WARNING = 'An AutocorrectNotice must be defined in ' \
'your RuboCop config'.freeze

def investigate(processed_source)
Expand Down

0 comments on commit 317e414

Please sign in to comment.