From bcee20665b6ff9e50d775fdda353b30d5e59b818 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:47:02 +0000 Subject: [PATCH] xournal-plus-plus: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/x/xournal-plus-plus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/x/xournal-plus-plus.rb b/Casks/x/xournal-plus-plus.rb index 5edca8161f..2f57944809 100644 --- a/Casks/x/xournal-plus-plus.rb +++ b/Casks/x/xournal-plus-plus.rb @@ -12,7 +12,7 @@ cask "xournal-plus-plus" do app "Xournal++.app" zap trash: [ - "~/Library/Saved Application State/com.github.xournalpp.savedState", "~/.xournalpp", + "~/Library/Saved Application State/com.github.xournalpp.savedState", ] end