Fix style
This commit is contained in:
parent
22b3102fbe
commit
b548dbde97
@ -145,14 +145,14 @@ module Hbc
|
|||||||
"container" => container,
|
"container" => container,
|
||||||
"gpg" => gpg,
|
"gpg" => gpg,
|
||||||
"accessibility_access" => accessibility_access,
|
"accessibility_access" => accessibility_access,
|
||||||
"auto_updates" => auto_updates
|
"auto_updates" => auto_updates,
|
||||||
}
|
}
|
||||||
|
|
||||||
artifacts.each do |a|
|
artifacts.each do |a|
|
||||||
hsh["artifacts"][a.class.english_name] = a.summarize
|
hsh["artifacts"][a.class.english_name] = a.summarize
|
||||||
end
|
end
|
||||||
|
|
||||||
hsh["conflicts_with"] = [] if hsh["conflicts_with"] == nil
|
hsh["conflicts_with"] = [] if hsh["conflicts_with"].nil?
|
||||||
|
|
||||||
hsh
|
hsh
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user