Skip to content

Commit

Permalink
Perltidy
Browse files Browse the repository at this point in the history
Using Perl-Tidy-20230701.
  • Loading branch information
ferki committed Jul 12, 2023
1 parent 1cfe2b5 commit 851da05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/file.t
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ subtest 'ensure presence of an existing file' => sub {

file_contains_like( $managed_file, qr{$original_content}msx );

file $managed_file,
ensure => 'present'; ## no critic ( ProhibitDuplicateLiteral )
file $managed_file, ensure => 'present'; ## no critic ( ProhibitDuplicateLiteral )

file_exists_ok($managed_file);
file_exists_ok($impostor_file);
Expand Down

0 comments on commit 851da05

Please sign in to comment.