aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem4
1 files changed, 1 insertions, 3 deletions
diff --git a/checkem b/checkem
index 8b0d7f4..da6d691 100755
--- a/checkem
+++ b/checkem
@@ -69,9 +69,7 @@ find {
wanted => sub {
# Start a hash to represent this file
- my %f = (
- name => $File::Find::name,
- );
+ my %f = ( name => $File::Find::name, );
# Pull in the file stat values we care about
@f{ keys %STATS } = ( stat $f{name} )[ values %STATS ]