windscribe: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:38:43 +01:00
parent 08dd06ce08
commit 43ad72428f
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 'windscribe' do
cask "windscribe" do
version :latest
sha256 :no_check
url 'https://assets.windscribe.com/desktop/mac/Windscribe.dmg'
name 'Windscribe'
homepage 'https://windscribe.com/'
url "https://assets.windscribe.com/desktop/mac/Windscribe.dmg"
name "Windscribe"
homepage "https://windscribe.com/"
app 'Windscribe.app'
app "Windscribe.app"
zap trash: [
'~/Library/Application Support/Windscribe',
'~/Library/Saved Application State/com.aaa.windscribe.windscribe.savedState',
'~/Library/Preferences/com.windscribe.Windscribe.plist',
]
"~/Library/Application Support/Windscribe",
"~/Library/Saved Application State/com.aaa.windscribe.windscribe.savedState",
"~/Library/Preferences/com.windscribe.Windscribe.plist",
]
end