From 95c83b3fa6503937e55124d62d443e76de07454e Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:58 +0000 Subject: [PATCH] fontstand: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/f/fontstand.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/f/fontstand.rb b/Casks/f/fontstand.rb index c20f9754a0..8f733b6c66 100644 --- a/Casks/f/fontstand.rb +++ b/Casks/f/fontstand.rb @@ -21,9 +21,9 @@ cask "fontstand" do app "Fontstand.app" zap trash: [ - "~/Library/Application Support/Fontstand", - "~/Library/Application Support/Fontstand Agent", "~/Library/Application Support/com.fontstand-bv.mac.Fontstand", + "~/Library/Application Support/Fontstand Agent", + "~/Library/Application Support/Fontstand", "~/Library/Caches/com.fontstand-bv.mac.Fontstand", "~/Library/LaunchAgents/com.fontstand-bv.mac.Fontstand-Agent.plist", "~/Library/Preferences/com.fontstand-bv.mac.Fontstand.plist",