From f3db56e3d92e7bdd92d301b73601dffb8c22e34b Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:44:34 +0000 Subject: [PATCH] aria-maestosa: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/a/aria-maestosa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/a/aria-maestosa.rb b/Casks/a/aria-maestosa.rb index 28978a4265..e1e6050502 100644 --- a/Casks/a/aria-maestosa.rb +++ b/Casks/a/aria-maestosa.rb @@ -11,9 +11,9 @@ cask "aria-maestosa" do app "Aria Maestosa.app" zap trash: [ + "~/Library/Application Support/Aria Maestosa", + "~/Library/Autosave Information/org.AriaMaestosa.plist", "~/Library/Preferences/AriaMaestosa", "~/Library/Saved Application State/org.AriaMaestosa.savedState", - "~/Library/Autosave Information/org.AriaMaestosa.plist", - "~/Library/Application Support/Aria Maestosa", ] end