start indent level at one for upgrades
This commit is contained in:
parent
1fe9d50f9e
commit
637ce82676
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ sub _build_exports {
|
|||
push @cleanups, $cleanup;
|
||||
weaken $cleanups[-1];
|
||||
|
||||
my $indent = 0;
|
||||
my $indent = 1;
|
||||
my $just_started;
|
||||
|
||||
my $subs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue