From 824dd4f3e95d95ac00d7d1e0ee2e9ff94644a837 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:26:01 +0100 Subject: [PATCH] hackhands: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/hackhands.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/hackhands.rb b/Casks/hackhands.rb index 6daeee2c9f4..19e91da9eaa 100644 --- a/Casks/hackhands.rb +++ b/Casks/hackhands.rb @@ -1,11 +1,11 @@ -cask 'hackhands' do - version '2.0.2' - sha256 'f5eb24548d5897c17a75da12c527f122189667578775864009741074aeb53d1c' +cask "hackhands" do + version "2.0.2" + sha256 "f5eb24548d5897c17a75da12c527f122189667578775864009741074aeb53d1c" # s.pluralsight.com/mentors/desktop/ was verified as official when first introduced to the cask url "https://s.pluralsight.com/mentors/desktop/HackHands-#{version}.dmg" - name 'HackHands' - homepage 'https://hackhands.com/desktop/' + name "HackHands" + homepage "https://hackhands.com/desktop/" - app 'HackHands.app' + app "HackHands.app" end