From 5e4b15c283ebfe70820794cdc1aacf18e3555019 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 5 Jul 2016 01:40:00 +0200 Subject: [PATCH] Fix style for TotalSpaces. --- Casks/totalspaces.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/totalspaces.rb b/Casks/totalspaces.rb index 35d179a82c3..d3518ab049c 100644 --- a/Casks/totalspaces.rb +++ b/Casks/totalspaces.rb @@ -25,7 +25,7 @@ cask 'totalspaces' do script: { executable: 'TotalSpaces2 Uninstaller.app/Contents/MacOS/TotalSpaces2 Uninstaller', args: %w[--headless], - sudo: true + sudo: true, }, quit: 'com.binaryage.TotalSpaces2' end