Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Aug 20, 2024
1 parent 2353807 commit 285d2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/lib/agama/software/product_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit 285d2a5

Please sign in to comment.