1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-08-27 10:05:06 +00:00
parent 85d461456c
commit 73c8b1ea29
6 changed files with 17 additions and 17 deletions

View file

@ -245,13 +245,13 @@ open-ended dependency on #{dep} is not recommended
def validate_self_inclusion_in_files_list
return unless files.include?(file_name)
error "#{full_name} contains itself (#{file_name}), check your files list"
end
def validate_specification_version
return if specification_version.is_a?(Integer)
error 'specification_version must be an Integer (did you mean version?)'
end