bfxr: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:17:59 +01:00
parent 2d0628ca9f
commit b22f4ddb45
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 'bfxr' do
cask "bfxr" do
version :latest
sha256 :no_check
url 'https://ded.bfxr.net/~locus/bfxr_update/Bfxr_MAC.zip'
name 'Bfxr'
homepage 'https://www.bfxr.net/'
url "https://ded.bfxr.net/~locus/bfxr_update/Bfxr_MAC.zip"
name "Bfxr"
homepage "https://www.bfxr.net/"
app 'Bfxr.app'
app "Bfxr.app"
end