hand-mirror: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:26:04 +01:00
parent 48d3283859
commit be99bf76f7
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 'hand-mirror' do
version '1.1.2'
sha256 'da590bc7666646185e647c7ab53c28d007f37bd32360d3decf78729677ea798e'
cask "hand-mirror" do
version "1.1.2"
sha256 "da590bc7666646185e647c7ab53c28d007f37bd32360d3decf78729677ea798e"
url "https://handmirror.app/Hand%20Mirror%20#{version}.dmg"
appcast 'https://handmirror.app'
name 'Hand Mirror'
homepage 'https://handmirror.app/'
appcast "https://handmirror.app"
name "Hand Mirror"
homepage "https://handmirror.app/"
app 'Hand Mirror.app'
app "Hand Mirror.app"
end