eclipse-java: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:54 +01:00
parent 6782ea37e9
commit 98613da2aa
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
cask 'eclipse-java' do
version '4.16.0,2020-06:R'
sha256 '538de6e0aa2ac26ff7edfef5ffe1913c92d95fd313219d1cb6107301a423eea5'
cask "eclipse-java" do
version "4.16.0,2020-06:R"
sha256 "538de6e0aa2ac26ff7edfef5ffe1913c92d95fd313219d1cb6107301a423eea5"
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.after_comma.before_colon}/#{version.after_colon}/eclipse-java-#{version.after_comma.before_colon}-#{version.after_colon}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse IDE for Java Developers'
homepage 'https://eclipse.org/'
name "Eclipse IDE for Java Developers"
homepage "https://eclipse.org/"
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse Java.app'
app "Eclipse.app", target: "Eclipse Java.app"
end