From bf8ce53001a84181de8f839ea79c26eb4c2495cc Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:54 +0000 Subject: [PATCH] superhuman: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/superhuman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/s/superhuman.rb b/Casks/s/superhuman.rb index ee0064618a..4fd26226c9 100644 --- a/Casks/s/superhuman.rb +++ b/Casks/s/superhuman.rb @@ -22,10 +22,10 @@ cask "superhuman" do zap trash: [ "~/Library/Application Support/Superhuman", - "~/Library/Caches/Superhuman", "~/Library/Caches/com.superhuman.electron", - "~/Library/Caches/com.superhuman.electron.ShipIt", "~/Library/Caches/com.superhuman.electron.helper", + "~/Library/Caches/com.superhuman.electron.ShipIt", + "~/Library/Caches/Superhuman", "~/Library/Logs/Superhuman", "~/Library/Preferences/com.superhuman.electron.helper.plist", "~/Library/Preferences/com.superhuman.electron.plist",