From 872dfeef763f400c6f93ae9a63137811449599e8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:37:04 +0100 Subject: [PATCH] synthesia: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/synthesia.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Casks/synthesia.rb b/Casks/synthesia.rb index f99aa8ddf47..242a4bacef7 100644 --- a/Casks/synthesia.rb +++ b/Casks/synthesia.rb @@ -1,18 +1,18 @@ -cask 'synthesia' do - version '10.6' - sha256 '53b3f9f0cbf4ff73738e859bd933aa6c15b245af6ff5e841843cde574e591bc0' +cask "synthesia" do + version "10.6" + sha256 "53b3f9f0cbf4ff73738e859bd933aa6c15b245af6ff5e841843cde574e591bc0" # synthesia.s3.amazonaws.com/ was verified as official when first introduced to the cask url "https://synthesia.s3.amazonaws.com/files/Synthesia-#{version}.dmg" - appcast 'https://feeds.feedburner.com/SynthesiaNews' - name 'Synthesia' - homepage 'https://www.synthesiagame.com/' + appcast "https://feeds.feedburner.com/SynthesiaNews" + name "Synthesia" + homepage "https://www.synthesiagame.com/" - app 'Synthesia.app' + app "Synthesia.app" zap trash: [ - '~/Library/Application Support/Synthesia', - '~/Library/Autosave Information/com.synthesiallc.synthesia.plist', - '~/Library/Saved Application State/com.synthesiallc.synthesia.savedState', - ] + "~/Library/Application Support/Synthesia", + "~/Library/Autosave Information/com.synthesiallc.synthesia.plist", + "~/Library/Saved Application State/com.synthesiallc.synthesia.savedState", + ] end