From 285d2a5c210f57a818383df97d7b576c5fc2dbea Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Tue, 20 Aug 2024 10:08:32 +0200 Subject: [PATCH] remove trailing whitespaces --- service/lib/agama/software/product_builder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/lib/agama/software/product_builder.rb b/service/lib/agama/software/product_builder.rb index 5d4977e78e..d679f39dba 100644 --- a/service/lib/agama/software/product_builder.rb +++ b/service/lib/agama/software/product_builder.rb @@ -76,7 +76,7 @@ def set_repositories(product, data, cmdline_args) product.repositories = data[:repositories] end end - + def set_software(product, data) product.labels = data[:labels] product.mandatory_packages = data[:mandatory_packages] @@ -85,7 +85,7 @@ def set_software(product, data) product.optional_patterns = data[:optional_patterns] product.user_patterns = data[:user_patterns] end - + def set_translations(product, attrs) product.translations = attrs["translations"] || {} end