010-editor: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:06 +01:00
parent 72e6354a8e
commit 830e56102c
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 '010-editor' do
version '10.0.2'
sha256 'd89ca75976a347301eb63985fa2e2b008345cce948703020590d13418c7067eb'
cask "010-editor" do
version "10.0.2"
sha256 "d89ca75976a347301eb63985fa2e2b008345cce948703020590d13418c7067eb"
url "https://download.sweetscape.com/010EditorMac64Installer#{version}.dmg"
appcast 'https://www.sweetscape.com/download/010editor/'
name '010 Editor'
homepage 'https://www.sweetscape.com/'
appcast "https://www.sweetscape.com/download/010editor/"
name "010 Editor"
homepage "https://www.sweetscape.com/"
app '010 Editor.app'
app "010 Editor.app"
end