nocturne: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:49 +01:00
parent 6353e44a71
commit c0b6c409dc
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 'nocturne' do
version '3.0'
sha256 '895ac0c5493b3877cf1cc6d62dfb5c0fee3c6bd41d44bd3c87554e52a0cf1462'
cask "nocturne" do
version "3.0"
sha256 "895ac0c5493b3877cf1cc6d62dfb5c0fee3c6bd41d44bd3c87554e52a0cf1462"
url "https://github.com/Daij-Djan/nocturne/blob/master/Dist/#{version}.zip?raw=true"
appcast 'https://raw.githubusercontent.com/Daij-Djan/nocturne/master/README.md'
name 'Nocturne'
homepage 'https://github.com/Daij-Djan/nocturne'
appcast "https://raw.githubusercontent.com/Daij-Djan/nocturne/master/README.md"
name "Nocturne"
homepage "https://github.com/Daij-Djan/nocturne"
app 'Nocturne.app'
app "Nocturne.app"
end