From 2cfc000cb85a43d2789303f90fd3338855c049ed Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:34 +0000 Subject: [PATCH] smartgit: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/smartgit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/smartgit.rb b/Casks/s/smartgit.rb index 4f5d7d11eb..81e0ef9cc4 100644 --- a/Casks/s/smartgit.rb +++ b/Casks/s/smartgit.rb @@ -32,8 +32,8 @@ cask "smartgit" do binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit" zap trash: [ - "~/Library/Preferences/SmartGit", "~/Library/Preferences/com.syntevo.smartgit.plist", + "~/Library/Preferences/SmartGit", "~/Library/Saved Application State/com.syntevo.smartgit.savedState", ] end