From a0a144c44d641c22f9620967fb9547a097607d92 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:16:09 +0100 Subject: [PATCH] ao: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/ao.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/ao.rb b/Casks/ao.rb index 16f086d03bb..a416447726e 100644 --- a/Casks/ao.rb +++ b/Casks/ao.rb @@ -1,11 +1,11 @@ -cask 'ao' do - version '6.9.0' - sha256 'c69522f78e82476540637fd3a2ab0c9de1e911530a1eb88c9cf757e933debe0e' +cask "ao" do + version "6.9.0" + sha256 "c69522f78e82476540637fd3a2ab0c9de1e911530a1eb88c9cf757e933debe0e" url "https://github.com/klaussinani/ao/releases/download/v#{version}/Ao-#{version}.dmg" - appcast 'https://github.com/klaussinani/ao/releases.atom' - name 'Ao' - homepage 'https://github.com/klaussinani/ao' + appcast "https://github.com/klaussinani/ao/releases.atom" + name "Ao" + homepage "https://github.com/klaussinani/ao" - app 'Ao.app' + app "Ao.app" end