]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_saved_search: fix excess indent for first lei.q entry
authorEric Wong <e@80x24.org>
Sat, 1 May 2021 06:21:15 +0000 (06:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 1 May 2021 19:11:34 +0000 (19:11 +0000)
This was harmless, but ugly and possibly confusing to
users who run "lei edit-search".

lib/PublicInbox/LeiSavedSearch.pm

index 682a43e8c4f1dd98709220b5ebd81dca95c8fd91..79125214a06fdcc5dd6fafd08b6978c2ed786f55 100644 (file)
@@ -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