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 --- Bugzilla/WebService/JSON.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService/JSON.pm') diff --git a/Bugzilla/WebService/JSON.pm b/Bugzilla/WebService/JSON.pm index 5c28b20f4..f670d1fd9 100644 --- a/Bugzilla/WebService/JSON.pm +++ b/Bugzilla/WebService/JSON.pm @@ -39,7 +39,7 @@ sub decode { } } -sub _build_json { JSON::MaybeXS->new } +sub _build_json { JSON::MaybeXS->new } # delegation all the json options to the real json encoder. { -- cgit v1.2.3-24-g4f1b