indent tablespace

This commit is contained in:
garnier-quentin 2019-10-02 15:48:49 +02:00
parent 482bf864b8
commit b47f3d9154
1 changed files with 6 additions and 7 deletions

View File

@ -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;