Skip to content

Commit

Permalink
Small formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 29, 2024
1 parent 1274315 commit d71b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/20-new.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ use_ok('CGI::Info');

isa_ok(CGI::Info->new(), 'CGI::Info', 'Creating CGI::Info object');
isa_ok(CGI::Info::new(), 'CGI::Info', 'Creating CGI::Info object');
isa_ok(CGI::Info->new->new(), 'CGI::Info', 'Cloning CGI::Info object');
isa_ok(CGI::Info->new()->new(), 'CGI::Info', 'Cloning CGI::Info object');
# ok(!defined(CGI::Info::new()));

0 comments on commit d71b31f

Please sign in to comment.