mspdebug: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:23 +00:00
parent 396faed673
commit a949157a7b
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 5 deletions

View File

@ -22,11 +22,12 @@ class Mspdebug < Formula
system "make", "PREFIX=#{prefix}", "install"
end
def caveats; <<~EOS
You may need to install a kernel extension if you're having trouble with
RF2500-like devices such as the TI Launchpad:
https://dlbeer.co.nz/mspdebug/faq.html#rf2500_osx
EOS
def caveats
<<~EOS
You may need to install a kernel extension if you're having trouble with
RF2500-like devices such as the TI Launchpad:
https://dlbeer.co.nz/mspdebug/faq.html#rf2500_osx
EOS
end
test do