Skip to content

Commit

Permalink
Perltidy spacing change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Sep 6, 2024
1 parent 888c395 commit fb8cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/say/t/say.t
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ is( # begin: 9a43fed1-c875-4710-8286-5065d73b8a9e
); # end: 9a43fed1-c875-4710-8286-5065d73b8a9e

like( # begin: 49a6a17b-084e-423e-994d-a87c0ecc05ef
dies( sub { say_number - 1 } ),
dies( sub { say_number -1 } ),
qr/input out of range/,
"numbers below zero are out of range",
); # end: 49a6a17b-084e-423e-994d-a87c0ecc05ef
Expand Down

0 comments on commit fb8cafd

Please sign in to comment.