mellow: fix RuboCop style.

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

View File

@ -1,17 +1,17 @@
cask 'mellow' do
version '0.1.21'
sha256 '2f071d1f19323e6f1f2d727fc978a67b133004188a7f74dd87a4d6504ee10c68'
cask "mellow" do
version "0.1.21"
sha256 "2f071d1f19323e6f1f2d727fc978a67b133004188a7f74dd87a4d6504ee10c68"
url "https://github.com/mellow-io/mellow/releases/download/v#{version}/Mellow-#{version}.dmg"
appcast 'https://github.com/mellow-io/mellow/releases.atom'
name 'Mellow'
homepage 'https://github.com/mellow-io/mellow'
appcast "https://github.com/mellow-io/mellow/releases.atom"
name "Mellow"
homepage "https://github.com/mellow-io/mellow"
app 'Mellow.app'
app "Mellow.app"
zap trash: [
'/Library/Application Support/Mellow',
'~/Library/Logs/Mellow',
'~/Library/Preferences/org.mellow.mellow.plist',
]
"/Library/Application Support/Mellow",
"~/Library/Logs/Mellow",
"~/Library/Preferences/org.mellow.mellow.plist",
]
end