From 7a18183caea916deab974cf6b64cc62465af4ccf Mon Sep 17 00:00:00 2001 From: drbaggy Date: Wed, 23 Jun 2021 23:34:55 +0100 Subject: whitespace --- challenge-118/james-smith/perl/ch-2.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/challenge-118/james-smith/perl/ch-2.pl b/challenge-118/james-smith/perl/ch-2.pl index fb4985349f..5e1d821aae 100644 --- a/challenge-118/james-smith/perl/ch-2.pl +++ b/challenge-118/james-smith/perl/ch-2.pl @@ -105,6 +105,7 @@ sub walk_trans { ## Try all knight move squares from the current ## square. } + sub get_trans { my $q=[]; foreach my $y (0..7) { -- cgit