Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 5, 2023
1 parent 9376a72 commit 9808933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions service/lib/agama/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def merge(config)
#
# @param keys [Array<Symbol|String>] Config data keys of the collection.
# @param property [Symbol|String|nil] Property to retrieve of the elements.
# @param default [Object] The default value returned when the value is not
# found or is not an array
#
# @return [Array]
def arch_elements_from(*keys, property: nil, default: [])
Expand Down
2 changes: 1 addition & 1 deletion service/lib/agama/software/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def initialize(id)
@optional_packages = []
@mandatory_patterns = []
@optional_patterns = []
# nil = display all patterns, [] = display none patterns
# nil = display all patterns, [] = display no patterns
@user_patterns = nil
@translations = {}
end
Expand Down

0 comments on commit 9808933

Please sign in to comment.