mi: fix RuboCop style.

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

View File

@ -1,16 +1,16 @@
cask 'mi' do
version '3.0.4'
sha256 'f6e5d1a6845277a9bb5b994df713f9523a0ce7e9071ed85a3a88917adee281e7'
cask "mi" do
version "3.0.4"
sha256 "f6e5d1a6845277a9bb5b994df713f9523a0ce7e9071ed85a3a88917adee281e7"
url "https://www.mimikaki.net/download/mi#{version}.dmg"
appcast 'https://www.mimikaki.net/download/appcast.xml'
name 'mi'
homepage 'https://www.mimikaki.net/'
appcast "https://www.mimikaki.net/download/appcast.xml"
name "mi"
homepage "https://www.mimikaki.net/"
app 'mi.app'
app "mi.app"
zap trash: [
'~/Library/Caches/net.mimikaki.mi',
'~/Library/Preferences/net.mimikaki.mi.plist',
]
"~/Library/Caches/net.mimikaki.mi",
"~/Library/Preferences/net.mimikaki.mi.plist",
]
end