aexol-remote-mouse: fix RuboCop style.

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

View File

@ -1,10 +1,10 @@
cask 'aexol-remote-mouse' do
cask "aexol-remote-mouse" do
version :latest
sha256 :no_check
url 'https://remotemouse.aexol.com/rmt.dmg'
name 'Aexol Remote Mouse'
homepage 'https://remotemouse.aexol.com/'
url "https://remotemouse.aexol.com/rmt.dmg"
name "Aexol Remote Mouse"
homepage "https://remotemouse.aexol.com/"
app 'Remote Mouse for Mac.app'
app "Remote Mouse for Mac.app"
end