artpip: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:39 +01:00
parent 6a9880b4f0
commit f3fbd5bb0f
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 'artpip' do
cask "artpip" do
version :latest
sha256 :no_check
url 'https://www.artpip.com/download/osx'
name 'Artpip'
homepage 'https://www.artpip.com/'
url "https://www.artpip.com/download/osx"
name "Artpip"
homepage "https://www.artpip.com/"
app 'Artpip.app'
app "Artpip.app"
end