Skip to content

Commit bb9c1ce

Browse files
authored
Fix indentation more
1 parent e60d3f9 commit bb9c1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ sub _dd {
494494
local $Data::Dumper::Maxdepth = 2;
495495
my $str;
496496
eval {
497-
local $SIG{__WARN__} = sub {};
497+
local $SIG{__WARN__} = sub {};
498498
$str = Data::Dumper::Dumper( $value );
499499
$str = substr( $str, 0, $N - 12 ) . '...' . substr( $str, -1, 1 )
500500
if length( $str ) >= $N;

0 commit comments

Comments
 (0)