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

Remove unnecessary line break and quotes

This commit is contained in:
yuuji.yaginuma 2018-03-30 07:58:50 +09:00
parent f9ec3e5cc3
commit 06332d5867

View file

@ -278,8 +278,8 @@ module Rails
options = sorted_groups.flat_map(&:last)
suggestion = Rails::Command::Spellchecker.suggest(namespace.to_s, from: options)
puts <<~MSG
Could not find generator '#{namespace}'. Maybe you meant #{suggestion.inspect}?\n"
Run `rails generate --help` for more options."
Could not find generator '#{namespace}'. Maybe you meant #{suggestion.inspect}?
Run `rails generate --help` for more options.
MSG
end
end