From: Eric Wong Date: Tue, 7 Jun 2016 07:54:05 +0000 (+0000) Subject: view: remove trailing whitespace from reply command X-Git-Tag: v1.0.0~463 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=9785032e18c97504fb5f83ed7d1a3585437e9ec9 view: remove trailing whitespace from reply command Oops, needless waste of space. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 0ba78fe2..6b6597dd 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -51,7 +51,7 @@ sub msg_reply { "* Reply to all the recipients using the --to, --cc,\n" . " and --in-reply-to switches of git-send-email(1):\n\n" . "\tgit send-email \\\n\t\t" . - join(" \\ \n\t\t", @$arg ). "\n\n" . + join(" \\\n\t\t", @$arg ). "\n\n" . qq( $se_url\n\n) . "* If your mail client supports setting the In-Reply-To" . " header\n via mailto: links, try the " .