From 9fc035c99c101ac30f48bd8d9e458c518f13664c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:47:13 +0000 Subject: [PATCH] mbed-studio: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/m/mbed-studio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/mbed-studio.rb b/Casks/m/mbed-studio.rb index 4afd3e03dd..4ed1aacd5c 100644 --- a/Casks/m/mbed-studio.rb +++ b/Casks/m/mbed-studio.rb @@ -21,9 +21,9 @@ cask "mbed-studio" do uninstall pkgutil: "com.arm.mbed.studio" zap trash: [ - "~/Library/Application Support/Mbed Studio", "~/.mbed-library-cache", "~/.mbed-library-pipeline", "~/.mbed-studio", + "~/Library/Application Support/Mbed Studio", ] end