time-lapse-assembler: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:32 +01:00
parent 6582fec5a6
commit fe05aa65a7
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
cask 'time-lapse-assembler' do
cask "time-lapse-assembler" do
version :latest
sha256 :no_check
url 'http://www.dayofthenewdan.com/TimeLapseAssembler.dmg'
name 'Time Lapse Assembler'
homepage 'http://www.dayofthenewdan.com/projects/time-lapse-assembler-1/'
url "http://www.dayofthenewdan.com/TimeLapseAssembler.dmg"
name "Time Lapse Assembler"
homepage "http://www.dayofthenewdan.com/projects/time-lapse-assembler-1/"
app 'Time Lapse Assembler.app'
app "Time Lapse Assembler.app"
end