run make tidy

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2025-09-08 11:35:07 +02:00
parent 05eb8e6394
commit 73897abcbd

View file

@ -1632,7 +1632,8 @@ __PACKAGE__->register_method({
my $path = "pve-vm-9.0/$param->{vmid}";
$path = "pve2-vm/$param->{vmid}" if !-e "/var/lib/rrdcached/db/${path}";
return PVE::RRD::create_rrd_graph($path, $param->{timeframe}, $param->{ds}, $param->{cf});
return PVE::RRD::create_rrd_graph($path, $param->{timeframe}, $param->{ds},
$param->{cf});
},
});