From 6bc79a2725a139aafa3f41df7b4fe27ca2dc4fc3 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:09 +0000 Subject: [PATCH] retrobatch: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/r/retrobatch.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/r/retrobatch.rb b/Casks/r/retrobatch.rb index f083f3d46d..d73780a987 100644 --- a/Casks/r/retrobatch.rb +++ b/Casks/r/retrobatch.rb @@ -18,11 +18,11 @@ cask "retrobatch" do app "Retrobatch.app" zap trash: [ - "~/Library/Application Support/Retrobatch", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/" \ "com.flyingmeat.retrobatch.sfl*", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/" \ + "~/Library/Application Support/Retrobatch", "~/Library/HTTPStorages/com.flyingmeat.Retrobatch", - "~/Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", "~/Library/Preferences/com.flyingmeat.Retrobatch.plist", + "~/Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", ] end