Insert space

I got the following error message:

Install Clang or run `brew install gcc`.Alternatively, remove the flag to attempt bottle installation.

A space is missing after the period. This change ensures a space to be inserted.
This commit is contained in:
Kaito Udagawa 2021-08-09 02:21:45 +09:00 committed by GitHub
parent 5ea678bbc7
commit fec4ff5ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ class BuildFlagsError < RuntimeError
The following #{flag_text}:
#{flags.join(", ")}
#{require_text} building tools, but none are installed.
#{DevelopmentTools.installation_instructions}#{bottle_text}
#{DevelopmentTools.installation_instructions} #{bottle_text}
EOS
super message