Skip to content

Commit ec8a0cc

Browse files
committed
More self-compliance.
1 parent 582d283 commit ec8a0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/02_policy.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ is_deeply(
160160

161161

162162
# Test format getter/setters
163-
is( Perl::Critic::Policy::get_format, "%p", 'Default policy format');
163+
is( Perl::Critic::Policy::get_format, '%p', 'Default policy format');
164164

165165
my $new_format = '%p %s [%t]';
166166
Perl::Critic::Policy::set_format( $new_format ); # Set format

0 commit comments

Comments
 (0)