modmove: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:51 +01:00
parent 72186e1678
commit eccdf1e481
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 'modmove' do
version '1.0.1'
sha256 'e26b49608d57659e4a7a22b3e48a10d6636d79022240ea555357ef9ff323f0c9'
cask "modmove" do
version "1.0.1"
sha256 "e26b49608d57659e4a7a22b3e48a10d6636d79022240ea555357ef9ff323f0c9"
url "https://github.com/keith/modmove/releases/download/#{version}/ModMove.app.zip"
appcast 'https://github.com/keith/modmove/releases.atom'
name 'ModMove'
homepage 'https://github.com/keith/modmove'
appcast "https://github.com/keith/modmove/releases.atom"
name "ModMove"
homepage "https://github.com/keith/modmove"
app 'ModMove.app'
app "ModMove.app"
end