sdrdx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:30 +01:00
parent 0ac3d6c165
commit 2887690dbb
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 'sdrdx' do
cask "sdrdx" do
version :latest
sha256 :no_check
url 'https://fyngyrz.com/SdrDx-AA7AS-Light.zip'
name 'SdrDx'
homepage 'https://fyngyrz.com/?p=915'
url "https://fyngyrz.com/SdrDx-AA7AS-Light.zip"
name "SdrDx"
homepage "https://fyngyrz.com/?p=915"
app 'SdrDx.app'
app "SdrDx.app"
end