qqmusic.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:19:18 -05:00
parent 6482be7ede
commit 3066262375
1 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ cask 'qqmusic' do
uninstall :quit => 'com.tencent.QQMusicMac'
zap :delete => [
'~/Library/Caches/com.tencent.QQMusicMac',
'~/Library/Application Support/com.tencent.QQMusicMac',
'~/Library/Preferences/com.tencent.QQMusicMac.plist',
'~/Library/Saved Application State/com.tencent.QQMusicMac.savedState'
'~/Library/Caches/com.tencent.QQMusicMac',
'~/Library/Application Support/com.tencent.QQMusicMac',
'~/Library/Preferences/com.tencent.QQMusicMac.plist',
'~/Library/Saved Application State/com.tencent.QQMusicMac.savedState',
]
end