steam: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 15:45:49 +00:00
parent 46a3bbde84
commit fc0f64addd
+2 -2
View File
@@ -18,8 +18,8 @@ cask "steam" do
app "Steam.app"
uninstall launchctl: [
"com.valvesoftware.steamclean",
"com.valvesoftware.steam.ipctool",
"com.valvesoftware.steamclean",
],
quit: [
"com.valvesoftware.steam",
@@ -28,9 +28,9 @@ cask "steam" do
]
zap trash: [
"~/Library/Application Support/Steam/",
"~/Library/LaunchAgents/com.valvesoftware.steamclean.plist",
"~/Library/Preferences/com.valvesoftware.steam.helper.plist",
"~/Library/Application Support/Steam/",
"~/Library/Saved Application State/com.valvesoftware.steam.savedState/",
]
end