Perltidy after changes

This commit is contained in:
Duncan Ferguson 2016-04-08 21:24:22 +01:00
parent bce8c79f10
commit 00c4766e20

View file

@ -60,7 +60,7 @@ sub new {
$self->{config} = App::ClusterSSH::Config->new( parent => $self, );
$self->{helper} = App::ClusterSSH::Helper->new( parent => $self, );
$self->set_config($self->config);
$self->set_config( $self->config );
# catch and reap any zombies
$SIG{CHLD} = sub {