criptext: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:10 +01:00
parent 1234c64876
commit ff7421676b
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
cask 'criptext' do
cask "criptext" do
version :latest
sha256 :no_check
url 'https://cdn.criptext.com/Criptext-Email-Desktop/mac/Criptext-latest.dmg'
name 'Criptext'
homepage 'https://criptext.com/'
url "https://cdn.criptext.com/Criptext-Email-Desktop/mac/Criptext-latest.dmg"
name "Criptext"
homepage "https://criptext.com/"
app 'Criptext.app'
app "Criptext.app"
zap trash: [
'~/Library/Application Support/Criptext',
'~/Library/Logs/Criptext',
'~/Library/Saved Application State/com.criptext.criptextmail.savedState',
]
"~/Library/Application Support/Criptext",
"~/Library/Logs/Criptext",
"~/Library/Saved Application State/com.criptext.criptextmail.savedState",
]
end