Skip to content

Commit 9434d72

Browse files
committed
Small style nit fix in Basic.pm
1 parent 0171073 commit 9434d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib/Test/Code/TidyAll/Basic.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ sub test_shebang : Tests {
306306
);
307307
cmp_set(
308308
[ $ct->find_matched_files() ],
309-
[ map "$root_dir/$_", qw< a/foo b/bar b/baz > ],
309+
[ map {"$root_dir/$_"} qw( a/foo b/bar b/baz ) ],
310310
);
311311
}
312312

0 commit comments

Comments
 (0)