Skip to content

Commit 111a1de

Browse files
committed
Correct indentation
1 parent f3803aa commit 111a1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTTP/Message.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ sub decoded_content
368368
my $status;
369369
while( $status = $z->read($buffer) > 0 ) { }
370370
if( $status < 0 ) {
371-
Carp::croak "IO::Compress::Zstd::read failed: $IO::Uncompress::UnZstd::UnZstdError\n";
371+
Carp::croak "IO::Compress::Zstd::read failed: $IO::Uncompress::UnZstd::UnZstdError\n";
372372
}
373373
$content_ref = \$buffer;
374374
$content_ref_iscopy++;

0 commit comments

Comments
 (0)