rightzoom: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:03 +01:00
parent 42cedbb2ac
commit 83d1c8a5a9
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 'rightzoom' do cask "rightzoom" do
version '2.3' version "2.3"
sha256 '026b18288814a6c548fe18730b4959b8e968ffb2eef31517796e72f7b988242c' sha256 "026b18288814a6c548fe18730b4959b8e968ffb2eef31517796e72f7b988242c"
url "https://www.blazingtools.com/mac/RightZoom#{version.no_dots}.zip" url "https://www.blazingtools.com/mac/RightZoom#{version.no_dots}.zip"
appcast 'https://www.blazingtools.com/right_zoom_mac.html' appcast "https://www.blazingtools.com/right_zoom_mac.html"
name 'Right Zoom' name "Right Zoom"
homepage 'https://www.blazingtools.com/right_zoom_mac.html' homepage "https://www.blazingtools.com/right_zoom_mac.html"
app 'RightZoom.app' app "RightZoom.app"
end end