delta: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:53 +01:00
parent 71f4b7badc
commit 6bab7eebb3
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'delta' do
version '1.0.0'
sha256 'bd99115957d9235d2353a48aee1bef0cc9679796a26cf557873dec58c37d3385'
cask "delta" do
version "1.0.0"
sha256 "bd99115957d9235d2353a48aee1bef0cc9679796a26cf557873dec58c37d3385"
url "https://static-assets.getdelta.io/desktop_app/Delta-#{version}.dmg"
appcast 'https://delta.app/en/download'
name 'Delta'
homepage 'https://getdelta.io/'
appcast "https://delta.app/en/download"
name "Delta"
homepage "https://getdelta.io/"
app 'Delta.app'
app "Delta.app"
end