about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Hval.pm')
-rw-r--r--lib/PublicInbox/Hval.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm
index 5a869358..d295f5ce 100644
--- a/lib/PublicInbox/Hval.pm
+++ b/lib/PublicInbox/Hval.pm
@@ -21,8 +21,7 @@ my $enc_ascii = find_encoding('us-ascii');
 sub new {
         my ($class, $raw, $href) = @_;
 
-        # we never care about leading/trailing whitespace
-        $raw =~ s/\A\s*//;
+        # we never care about trailing whitespace
         $raw =~ s/\s*\z//;
         bless {
                 raw => $raw,