invisor-lite: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:27:08 +01:00
parent 369b5c0452
commit 6adb1e9fbd
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 'invisor-lite' do
version '3.13'
sha256 '06615b2b0c43f32fc3cc602a88f0d896de21190393de0b97b291f88507f7aaf1'
cask "invisor-lite" do
version "3.13"
sha256 "06615b2b0c43f32fc3cc602a88f0d896de21190393de0b97b291f88507f7aaf1"
url "https://www.invisorapp.com/download/InvisorLite-#{version}.dmg"
appcast 'https://www.invisorapp.com/appcast_lite.xml'
name 'Invisor Lite'
homepage 'https://www.invisorapp.com/'
appcast "https://www.invisorapp.com/appcast_lite.xml"
name "Invisor Lite"
homepage "https://www.invisorapp.com/"
app 'Invisor Lite.app'
app "Invisor Lite.app"
end