From 2ff10925717e1c3dba95f698cc8b8f69dd678fa2 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:38 +0000 Subject: [PATCH] softmaker-freeoffice: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/softmaker-freeoffice.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Casks/s/softmaker-freeoffice.rb b/Casks/s/softmaker-freeoffice.rb index b08a9d2f45..4990c8e5a1 100644 --- a/Casks/s/softmaker-freeoffice.rb +++ b/Casks/s/softmaker-freeoffice.rb @@ -22,7 +22,5 @@ cask "softmaker-freeoffice" do uninstall pkgutil: "com.SoftMaker.FreeOffice#{version.csv.first}" - zap trash: [ - "~/Library/Saved Application State/SoftMaker*", - ] + zap trash: "~/Library/Saved Application State/SoftMaker*" end