From 44a7eded7535504a5fa7728224c1445dc76dc895 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:39 +0000 Subject: [PATCH] ente: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/e/ente.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/e/ente.rb b/Casks/e/ente.rb index 83326a1580..3eefbd0d41 100644 --- a/Casks/e/ente.rb +++ b/Casks/e/ente.rb @@ -18,8 +18,8 @@ cask "ente" do zap trash: [ "~/Library/Application Support/ente", "~/Library/Logs/ente", - "~/Library/Preferences/io.ente.bhari-frame.plist", "~/Library/Preferences/io.ente.bhari-frame.helper.plist", + "~/Library/Preferences/io.ente.bhari-frame.plist", "~/Library/Saved Application State/io.ente.bhari-frame.savedState", ] end