white space cleanups
This commit is contained in:
@ -26,6 +26,7 @@ my $add_pool_to_disk = sub {
|
||||
|
||||
my $hostlist = sub {
|
||||
my ($list_text, $separator) = @_;
|
||||
|
||||
my @monhostlist = PVE::Tools::split_list($list_text);
|
||||
return join($separator, map {
|
||||
my ($host, $port) = PVE::Tools::parse_host_and_port($_);
|
||||
|
||||
Reference in New Issue
Block a user