aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMartin Schimandl2017-10-23 06:49:12 +0200
committerMartin Schimandl2017-11-10 20:16:38 +0100
commitfea5350d52de54eca9d6f30c67bd2fa008ca8328 (patch)
tree4cb30d8d3023403dcd7a580c0b4437c2d8a5efa9 /Library/Homebrew/cask/lib
parent4e4405e6d78c508929845be30f75bcf897e04d36 (diff)
downloadbrew-fea5350d52de54eca9d6f30c67bd2fa008ca8328.tar.bz2
Add line break to string
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
index a0cf17b64..27f195a4d 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
@@ -46,8 +46,10 @@ module Hbc
return if DSL::DSL_METHODS.include?(stanza)
raise ArgumentError,
- "Unknown/unsupported stanza: '#{stanza}' Check cask reference"\
- " for supported stanzas."
+ <<~EOS
+ Unknown/unsupported stanza: '#{stanza}'
+ Check cask reference for supported stanzas.
+ EOS
end
def run