graphsketcher: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:51 +01:00
parent b8f78857aa
commit 966999052b
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 'graphsketcher' do
version 'v2.0_test_46'
sha256 '34fe6fc319b2fcfe0bf51e02bc05d020b2867ff1ee20587becb60d7e67309be6'
cask "graphsketcher" do
version "v2.0_test_46"
sha256 "34fe6fc319b2fcfe0bf51e02bc05d020b2867ff1ee20587becb60d7e67309be6"
url "https://github.com/graphsketcher/GraphSketcher/releases/download/#{version}/GraphSketcher.zip"
appcast 'https://github.com/graphsketcher/GraphSketcher/releases.atom'
name 'GraphSketcher'
homepage 'https://github.com/graphsketcher/GraphSketcher'
appcast "https://github.com/graphsketcher/GraphSketcher/releases.atom"
name "GraphSketcher"
homepage "https://github.com/graphsketcher/GraphSketcher"
app 'GraphSketcher/GraphSketcher.app'
app "GraphSketcher/GraphSketcher.app"
end