From 409b31283fca1c5319a833e3955737e9611decd7 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:47:26 +0000 Subject: [PATCH] modrinth: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/m/modrinth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/modrinth.rb b/Casks/m/modrinth.rb index 951fb54dc3..41126d7f87 100644 --- a/Casks/m/modrinth.rb +++ b/Casks/m/modrinth.rb @@ -22,7 +22,7 @@ cask "modrinth" do zap trash: [ "~/Library/Application Support/com.modrinth.theseus", "~/Library/Caches/com.modrinth.theseus", - "~/Library/WebKit/com.modrinth.theseus", "~/Library/Saved Application State/com.modrinth.theseus.savedState", + "~/Library/WebKit/com.modrinth.theseus", ] end