tidal: fix RuboCop style.

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

View File

@ -1,19 +1,19 @@
cask 'tidal' do
cask "tidal" do
version :latest
sha256 :no_check
url 'https://download.tidal.com/desktop/TIDAL.dmg'
name 'TIDAL'
homepage 'https://tidal.com/'
url "https://download.tidal.com/desktop/TIDAL.dmg"
name "TIDAL"
homepage "https://tidal.com/"
app 'TIDAL.app'
app "TIDAL.app"
zap trash: [
'~/Library/Application Support/TIDAL',
'~/Library/Caches/com.tidal.desktop',
'~/Library/Caches/com.tidal.desktop.ShipIt',
'~/Library/Logs/TIDAL',
'~/Library/Preferences/com.tidal.*',
'~/Library/Saved Application State/com.tidal.desktop.savedState',
]
"~/Library/Application Support/TIDAL",
"~/Library/Caches/com.tidal.desktop",
"~/Library/Caches/com.tidal.desktop.ShipIt",
"~/Library/Logs/TIDAL",
"~/Library/Preferences/com.tidal.*",
"~/Library/Saved Application State/com.tidal.desktop.savedState",
]
end