123456789101112 <%ARGS>$COLUMN_MAP => undef</%ARGS><%init>$COLUMN_MAP->{'_RT_TreeView_Indent'} = { value => sub { my $ticket = shift; my $depth = shift; return \(" "x$depth); }};</%init>
<%ARGS>
$COLUMN_MAP => undef
</%ARGS>
<%init>
$COLUMN_MAP->{'_RT_TreeView_Indent'} = {
value => sub {
my $ticket = shift;
my $depth = shift;
return \(" "x$depth);
}
};
</%init>