google-ads-editor: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:34 +01:00
parent 6d960eff1e
commit b265d9ed83
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 'google-ads-editor' do
cask "google-ads-editor" do
version :latest
sha256 :no_check
url 'https://dl.google.com/adwords_editor/Google_AdWords_Editor.dmg'
name 'Google Ads Editor'
homepage 'https://ads.google.com/home/tools/ads-editor/'
url "https://dl.google.com/adwords_editor/Google_AdWords_Editor.dmg"
name "Google Ads Editor"
homepage "https://ads.google.com/home/tools/ads-editor/"
app 'Google Ads Editor.app'
app "Google Ads Editor.app"
end