Whitespace cleanup

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner
2020-06-30 10:24:22 +02:00
committed by Thomas Lamprecht
parent 12442ae19c
commit 7dd31e686c

View File

@ -299,7 +299,6 @@ __PACKAGE__->register_method ({
return PVE::RRD::create_rrd_graph( return PVE::RRD::create_rrd_graph(
"pve2-storage/$param->{node}/$param->{storage}", "pve2-storage/$param->{node}/$param->{storage}",
$param->{timeframe}, $param->{ds}, $param->{cf}); $param->{timeframe}, $param->{ds}, $param->{cf});
}}); }});
__PACKAGE__->register_method ({ __PACKAGE__->register_method ({