From 9785032e18c97504fb5f83ed7d1a3585437e9ec9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Jun 2016 07:54:05 +0000 Subject: view: remove trailing whitespace from reply command Oops, needless waste of space. --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox') 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 " . -- cgit v1.2.3-24-ge0c7