From ab6db5948ff67d5dfbc9355be02e0fca790dd0a0 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Sun, 3 Jan 2016 14:18:36 -0500 Subject: [PATCH] intellij-idea-ce.rb: RuboCop (master), RuboCop-cask (master) auto-correct --- Casks/intellij-idea-ce.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/intellij-idea-ce.rb b/Casks/intellij-idea-ce.rb index 7be43a95123..927a8e6d83b 100644 --- a/Casks/intellij-idea-ce.rb +++ b/Casks/intellij-idea-ce.rb @@ -10,9 +10,9 @@ cask 'intellij-idea-ce' do app 'IntelliJ IDEA 15 CE.app' zap :delete => [ - '~/Library/Application Support/IdeaIC15', - '~/Library/Preferences/IdeaIC15', - '~/Library/Caches/IdeaIC15', - '~/Library/Logs/IdeaIC15', + '~/Library/Application Support/IdeaIC15', + '~/Library/Preferences/IdeaIC15', + '~/Library/Caches/IdeaIC15', + '~/Library/Logs/IdeaIC15', ] end