mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Perltidy after changes
This commit is contained in:
parent
bce8c79f10
commit
00c4766e20
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue