From 24dc4db02ce753b86e0bb31ce4011dcba546a0e0 Mon Sep 17 00:00:00 2001
From: Shlomi Fish <shlomif@shlomifish.org>
Date: Fri, 12 Nov 2021 07:30:03 +0200
Subject: [PATCH] Fix tidyall tests.

See:

https://metacpan.org/release/Code-TidyAll .
---
 run-tests.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/run-tests.pl b/run-tests.pl
index 4cbd87e5..eba6bbaf 100644
--- a/run-tests.pl
+++ b/run-tests.pl
@@ -113,8 +113,7 @@ sub myglob
         my $basename = shift;
 
         return File::Spec->rel2abs(
-            File::Spec->catdir( $bindir, "tests", "config", $basename ),
-        );
+            File::Spec->catdir( $bindir, "tests", "config", $basename ), );
     };
 
     local $ENV{HARNESS_ALT_INTRP_FILE} = $get_config_fn->(