From de26e491e23683ac99b051f64eec4beaf56e4734 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Sat, 14 Sep 2019 10:17:02 -0400 Subject: [PATCH] cask: remove extra line break in :discontinued caveat --- Library/Homebrew/cask/dsl/caveats.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cask/dsl/caveats.rb b/Library/Homebrew/cask/dsl/caveats.rb index 2ddd19b055..1c0e12eace 100644 --- a/Library/Homebrew/cask/dsl/caveats.rb +++ b/Library/Homebrew/cask/dsl/caveats.rb @@ -118,7 +118,6 @@ module Cask <<~EOS #{@cask} has been officially discontinued upstream. It may stop working correctly (or at all) in recent versions of macOS. - EOS end