jabref: Fix RuboCop `Cask/ArrayAlphabetization` offenses

This commit is contained in:
Issy Long 2024-01-20 14:46:38 +00:00
parent 49577183ce
commit b3e18554bd
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ cask "jabref" do
app "JabRef.app"
zap trash: [
"/var/db/receipts/JabRef.bom",
"/var/db/receipts/JabRef.plist",
"~/Library/Application Support/JabRef",
"~/Library/Logs/jabref",
"~/Library/Preferences/org.jabref.cli.plist",
"~/Library/Saved Application State/org.jabref.cli.savedState",
"/var/db/receipts/JabRef.bom",
"/var/db/receipts/JabRef.plist",
]
end