Skip to content

Commit

Permalink
perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jul 3, 2022
1 parent e811446 commit 4c69d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test/Rsyslog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ sub find {
}

sub new {
my ($class) = @_;
my $self = bless {}, $class;
my ($class) = @_;
my $self = bless {}, $class;
my $root_directory = File::Temp::mktemp(
File::Spec->catfile(
File::Spec->tmpdir(), 'perl_test_rsyslog_XXXXXXXXXXX'
Expand Down

0 comments on commit 4c69d49

Please sign in to comment.