Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Oct 31, 2024
1 parent 660cbb3 commit fba2639
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
my $d = 0;

open(my $out, ">:encoding(UTF-8)", "/srv/off/html/files/duplicate_products.csv");
print $out "flavor_with_most_data\tcode\tflavor_with_most_data_size\tproduct_name\tbrands\tscans\toff\tobf\topf\topff\n";
print $out
"flavor_with_most_data\tcode\tflavor_with_most_data_size\tproduct_name\tbrands\tscans\toff\tobf\topf\topff\n";

my %urls = (
off => "https://world.openfoodfacts.org",
Expand Down

0 comments on commit fba2639

Please sign in to comment.