swift: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:57 +01:00
parent 5d2f60a97c
commit fd509d7558
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,18 +1,18 @@
cask 'swift' do
version '4.0.2'
sha256 '7fc8ed6911f91f0888b4b9ec3c26df41325cb4d8c2fc588fbacd35a0be7f772b'
cask "swift" do
version "4.0.2"
sha256 "7fc8ed6911f91f0888b4b9ec3c26df41325cb4d8c2fc588fbacd35a0be7f772b"
url "https://swift.im/downloads/releases/swift-#{version}/Swift-#{version}.dmg"
appcast 'https://swift.im/downloads/swift-stable-appcast-mac.xml'
name 'Swift XMPP Client'
homepage 'https://swift.im/'
appcast "https://swift.im/downloads/swift-stable-appcast-mac.xml"
name "Swift XMPP Client"
homepage "https://swift.im/"
app 'Swift.app'
app "Swift.app"
zap trash: [
'~/Library/Application Support/Swift',
'~/Library/Caches/im.swift.Swift',
'~/Library/Preferences/im.swift.Swift.plist',
'~/Library/Saved Application State/im.swift.Swift.savedState',
]
"~/Library/Application Support/Swift",
"~/Library/Caches/im.swift.Swift",
"~/Library/Preferences/im.swift.Swift.plist",
"~/Library/Saved Application State/im.swift.Swift.savedState",
]
end