fixup: whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-12-13 10:15:46 +01:00
parent 1aa902ae90
commit c56d75b4b6

View File

@ -2013,7 +2013,7 @@ __PACKAGE__->register_method({
}, },
code => sub { code => sub {
my ($param) = @_; my ($param) = @_;
PVE::CephTools::check_ceph_inited(); PVE::CephTools::check_ceph_inited();
my $rpcenv = PVE::RPCEnvironment::get(); my $rpcenv = PVE::RPCEnvironment::get();