From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- t/json-boxes.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/json-boxes.t') diff --git a/t/json-boxes.t b/t/json-boxes.t index 4d9816e83..0fca3d997 100644 --- a/t/json-boxes.t +++ b/t/json-boxes.t @@ -30,7 +30,7 @@ is "$box", $box->label; $box->encode; -is encode_json([ $box ]), encode_json([ encode_json($box->value) ]); +is encode_json([$box]), encode_json([encode_json($box->value)]); is "$box", q[{"foo":1}]; done_testing; -- cgit v1.2.3-24-g4f1b