From 6086eda4c539fb13dc1ef9f00f151652830316bf Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 18 Sep 2016 14:48:55 +0100 Subject: [PATCH] par: fix `brew style` warning. Closes #4946. Signed-off-by: Mike McQuaid --- Formula/par.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/par.rb b/Formula/par.rb index b331a3a203f..74d38a0ba39 100644 --- a/Formula/par.rb +++ b/Formula/par.rb @@ -15,8 +15,8 @@ class Par < Formula conflicts_with "rancid", because: "both install `par` binaries" - # A patch by Jérôme Pouiller that adds support for multibyte - # charsets (like UTF-8), plus Debian packaging. + # Patch to add support for multibyte charsets (like UTF-8), plus Debian + # packaging. patch do url "http://sysmic.org/dl/par/par-1.52-i18n.4.patch" sha256 "2ab2d6039529aa3e7aff4920c1630003b8c97c722c8adc6d7762aa34e795861e"