From: Eric Wong <e@80x24.org>
Date: Sat, 1 May 2021 06:21:15 +0000 (+0000)
Subject: lei_saved_search: fix excess indent for first lei.q entry
X-Git-Tag: v1.7.0~708
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8f83433efb42f96e9eb0a05bd4190722905f277e;p=public-inbox.git

lei_saved_search: fix excess indent for first lei.q entry

This was harmless, but ugly and possibly confusing to
users who run "lei edit-search".
---

diff --git a/lib/PublicInbox/LeiSavedSearch.pm b/lib/PublicInbox/LeiSavedSearch.pm
index 682a43e8..79125214 100644
--- a/lib/PublicInbox/LeiSavedSearch.pm
+++ b/lib/PublicInbox/LeiSavedSearch.pm
@@ -137,7 +137,7 @@ sub new { # new saved search "lei q --save"
 	print $fh <<EOM;
 ; to refresh with new results, run: lei up $sq_dst
 [lei]
-	$q
+$q
 [lei "q"]
 	output = $dst
 EOM