grammarly: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:48 +01:00
parent b31dd6c985
commit ccce318189
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 'grammarly' do
cask "grammarly" do
version :latest
sha256 :no_check
url 'https://download-editor.grammarly.com/osx/Grammarly.dmg'
name 'Grammarly'
homepage 'https://www.grammarly.com/'
url "https://download-editor.grammarly.com/osx/Grammarly.dmg"
name "Grammarly"
homepage "https://www.grammarly.com/"
app 'Grammarly.app'
app "Grammarly.app"
end