From 0055c17387afd9734770efd4d7d670fda8eb6df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gigandet?= Date: Fri, 27 Oct 2023 14:23:38 +0200 Subject: [PATCH] lint --- tests/unit/nutriscore.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/nutriscore.t b/tests/unit/nutriscore.t index d720c6d79bd30..3d5de83e47065 100644 --- a/tests/unit/nutriscore.t +++ b/tests/unit/nutriscore.t @@ -840,7 +840,7 @@ my @tests = ( proteins_100g => 5.0, }, }, - ], + ], ); my $json = JSON->new->allow_nonref->canonical;