mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-04 12:29:38 +00:00
remove some useless empty lines
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0dd73a7fec
commit
b25f645957
@ -374,7 +374,6 @@ sub update_lxc_status {
|
||||
my ($status_cfg) = @_;
|
||||
|
||||
my $ctime = time();
|
||||
|
||||
my $vmstatus = PVE::LXC::vmstatus();
|
||||
|
||||
foreach my $vmid (keys %$vmstatus) {
|
||||
@ -409,9 +408,7 @@ sub update_storage_status {
|
||||
my ($status_cfg) = @_;
|
||||
|
||||
my $cfg = PVE::Storage::config();
|
||||
|
||||
my $ctime = time();
|
||||
|
||||
my $info = PVE::Storage::storage_info($cfg);
|
||||
|
||||
foreach my $storeid (keys %$info) {
|
||||
|
Loading…
Reference in New Issue
Block a user