mindmaster: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:37 +01:00
parent 22450ca87d
commit ca760f3b4a
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 'mindmaster' do
cask "mindmaster" do
version :latest
sha256 :no_check
url 'http://download.edrawsoft.com/mindmaster_full5378.dmg'
name 'MindMaster'
homepage 'https://www.edrawsoft.com/mindmaster/'
url "http://download.edrawsoft.com/mindmaster_full5378.dmg"
name "MindMaster"
homepage "https://www.edrawsoft.com/mindmaster/"
app 'MindMaster.app'
app "MindMaster.app"
end