From 7b1361ade0ac6470bba419e485167db09d4ea6db Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:44:29 +0000 Subject: [PATCH] paletro: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/p/paletro.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/p/paletro.rb b/Casks/p/paletro.rb index 7a081591af..aed090d33c 100644 --- a/Casks/p/paletro.rb +++ b/Casks/p/paletro.rb @@ -19,13 +19,13 @@ cask "paletro" do zap trash: [ "~/Library/Application Scripts/io.appmakes.PaletroLaunchHelper", - "~/Library/Application Support/Paletro", - "~/Library/Application Support/Paletro Preferences", "~/Library/Application Support/io.appmakes.Paletro", + "~/Library/Application Support/Paletro Preferences", + "~/Library/Application Support/Paletro", "~/Library/Containers/io.appmakes.PaletroLaunchHelper", "~/Library/Cookies/io.appmakes.Paletro.binarycookies", "~/Library/Group Containers/io.appmakes.Paletro.shared", - "~/Library/Preferences/io.appmakes.Paletro.Preferences.plist", "~/Library/Preferences/io.appmakes.Paletro.plist", + "~/Library/Preferences/io.appmakes.Paletro.Preferences.plist", ] end