Skip to content

Commit

Permalink
Merge pull request #2 from bphinney/bphinney-patch-2
Browse files Browse the repository at this point in the history
Update default.rb
  • Loading branch information
bphinney authored Apr 12, 2017
2 parents 99ccab4 + 207492d commit 9dc363b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def format_kernel_parameters # rubocop:disable all
# theoretically opens the door for arbitrary kernel_app parameters to be
# declared.
kernel.select { |_k, v| !v.nil? }.each_pair do |param, val|
rendered << "{#{param}, #{val}}"
rendered << " {#{param}, #{val}}"
end

rendered.each { |r| r.prepend(' ') }.join(",\n")
rendered.each { |r| r }.join(",\n")
end

def format_ssl_versions
Expand Down

0 comments on commit 9dc363b

Please sign in to comment.