From be9df65194dde74bb7f0d9736d0336b47430bcbd Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Mon, 26 Aug 2024 10:13:29 +0100 Subject: Whitespace --- challenge-248/paulo-custodio/perl/ch-1.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenge-248/paulo-custodio/perl/ch-1.pl b/challenge-248/paulo-custodio/perl/ch-1.pl index 503126e926..b99dce5818 100644 --- a/challenge-248/paulo-custodio/perl/ch-1.pl +++ b/challenge-248/paulo-custodio/perl/ch-1.pl @@ -7,7 +7,8 @@ # # You are given a string and a character in the given string. # -# Write a script to return an array of integers of size same as length of the given string such that: +# Write a script to return an array of integers of size same as length of +# the given string such that: # # distance[i] is the distance from index i to the closest occurence of # the given character in the given string. -- cgit