indent tablespace
This commit is contained in:
parent
482bf864b8
commit
b47f3d9154
|
@ -540,7 +540,6 @@ sub manage_selection {
|
|||
my $result = $self->{sql}->fetchall_arrayref();
|
||||
|
||||
$self->{tablespace} = {};
|
||||
|
||||
foreach my $row (@$result) {
|
||||
my ($name, $status, $type, $extentmgmt, $bytes, $bytes_max, $bytes_free) = @$row;
|
||||
|
||||
|
|
Loading…
Reference in New Issue