Commit 8d303c14 authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5335 from samjarman/master

[Validator] Adds space to fix typo in output in Validator
parents ac6fcb70 baee2f4a
...@@ -575,7 +575,7 @@ module Pod ...@@ -575,7 +575,7 @@ module Pod
end end
non_source_files = header_files - file_accessor.source_files non_source_files = header_files - file_accessor.source_files
unless non_source_files.empty? unless non_source_files.empty?
error(attr_name, 'The pattern includes header files that are not listed' \ error(attr_name, 'The pattern includes header files that are not listed ' \
"in source_files (#{non_source_files.join(', ')}).") "in source_files (#{non_source_files.join(', ')}).")
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment