From eeaf64155298cc2b923bfb16ff5697c012d2a0c3 Mon Sep 17 00:00:00 2001 From: Randy Lauen Date: Tue, 3 Sep 2019 20:07:59 -0500 Subject: remove tab chars --- challenge-024/randy-lauen/perl5/ch-2.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/challenge-024/randy-lauen/perl5/ch-2.pl b/challenge-024/randy-lauen/perl5/ch-2.pl index 8f65832fd5..96c9eb10ae 100644 --- a/challenge-024/randy-lauen/perl5/ch-2.pl +++ b/challenge-024/randy-lauen/perl5/ch-2.pl @@ -11,9 +11,9 @@ Notes: Example Usage: $ perl ch-2.pl minds - Found 2 document(s) for 'minds' - * "Pride and Prejudice": 1 occurence(s) - * "War of the Worlds": 1 occurence(s) + Found 2 document(s) for 'minds' + * "Pride and Prejudice": 1 occurence(s) + * "War of the Worlds": 1 occurence(s) $ perl ch-2.pl universe Found 0 document(s) for 'universe' -- cgit