magnetix: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
2e2c1d07d8
commit
b866859da8
|
@ -32,10 +32,11 @@ class Magnetix < Formula
|
|||
end
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
Install games in the following directory:
|
||||
~/Library/Application Support/magnetiX/
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
Install games in the following directory:
|
||||
~/Library/Application Support/magnetiX/
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue