enhance indent

This commit is contained in:
garnier-quentin 2020-03-02 15:04:52 +01:00
parent 9a4554c8e8
commit 0c114307b7
2 changed files with 12 additions and 14 deletions

View File

@ -68,8 +68,8 @@ sub list {
$self->{output}->output_add(long_msg => "'" . $disk . "' [size = $size, free = $free, desc = $desc, type = $map_type{$type}]"); $self->{output}->output_add(long_msg => "'" . $disk . "' [size = $size, free = $free, desc = $desc, type = $map_type{$type}]");
} }
} }
1;
1;
sub disco_show { sub disco_show {
my ($self, %options) = @_; my ($self, %options) = @_;
@ -104,4 +104,3 @@ __END__
Method to list Windows Disks. Method to list Windows Disks.
=cut =cut

View File

@ -134,4 +134,3 @@ __END__
Method to get pending reboot informations. Method to get pending reboot informations.
=cut =cut