From d5c95dfad9cd38f00b2967886db9d29e7147b3d1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:33:08 +0100 Subject: [PATCH] pdfshaver: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/pdfshaver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/pdfshaver.rb b/Casks/pdfshaver.rb index 622e0d37598..1ab85d5cd9a 100644 --- a/Casks/pdfshaver.rb +++ b/Casks/pdfshaver.rb @@ -1,11 +1,11 @@ -cask 'pdfshaver' do - version '1.0' - sha256 'ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0' +cask "pdfshaver" do + version "1.0" + sha256 "ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0" url "https://github.com/tparry/PDFShaver.app/releases/download/v#{version}/PDFShaver.zip" - appcast 'https://github.com/tparry/PDFShaver.app/releases.atom' - name 'PDFShaver' - homepage 'https://github.com/tparry/PDFShaver.app' + appcast "https://github.com/tparry/PDFShaver.app/releases.atom" + name "PDFShaver" + homepage "https://github.com/tparry/PDFShaver.app" - app 'PDFShaver.app' + app "PDFShaver.app" end