From 34dcef166e47d268e98973f609da470c59ed5f07 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 3 Mar 2021 23:18:52 +0530 Subject: Change subroutine declaration style From: sub t () {} To: sub t() {} --- lib/Octans/Puzzle/Get.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Octans/Puzzle') diff --git a/lib/Octans/Puzzle/Get.rakumod b/lib/Octans/Puzzle/Get.rakumod index 1783796..f4094b2 100644 --- a/lib/Octans/Puzzle/Get.rakumod +++ b/lib/Octans/Puzzle/Get.rakumod @@ -2,7 +2,7 @@ use WWW; use Octans::Puzzle; # get-puzzle returns Puzzle.new() given input path. -sub get-puzzle ( +sub get-puzzle( Str $path ) is export { my @grids; -- cgit 1.4.1-2-gfad0