From 26a0e2c44cdd76712b87caf7459eda67ea8e5af8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:33:02 +0100 Subject: [PATCH] patchwork: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/patchwork.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/patchwork.rb b/Casks/patchwork.rb index 3f96ca5fd75..42b87b4727b 100644 --- a/Casks/patchwork.rb +++ b/Casks/patchwork.rb @@ -1,11 +1,11 @@ -cask 'patchwork' do - version '3.18.0' - sha256 '9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278' +cask "patchwork" do + version "3.18.0" + sha256 "9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278" url "https://github.com/ssbc/patchwork/releases/download/v#{version}/Patchwork-#{version}.dmg" - appcast 'https://github.com/ssbc/patchwork/releases.atom' - name 'Patchwork' - homepage 'https://github.com/ssbc/patchwork' + appcast "https://github.com/ssbc/patchwork/releases.atom" + name "Patchwork" + homepage "https://github.com/ssbc/patchwork" - app 'Patchwork.app' + app "Patchwork.app" end