teensy: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:15 +01:00
parent 6f5acd7e07
commit b179d4c633
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
cask 'teensy' do
cask "teensy" do
version :latest
sha256 :no_check
url 'https://www.pjrc.com/teensy/teensy.dmg'
name 'Teensy'
homepage 'https://pjrc.com/teensy/loader_mac.html'
url "https://www.pjrc.com/teensy/teensy.dmg"
name "Teensy"
homepage "https://pjrc.com/teensy/loader_mac.html"
app 'teensy.app'
app "teensy.app"
end