Skip to content

Commit

Permalink
obey rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 29, 2025
1 parent ad741e0 commit 6b4be5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/md_to_pdf/elements/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,10 @@ def parse_css_stylings(style)
end
{
borders: border_color || border_width || border_style ? %i[left right top bottom] : [],
background_color:, border_color:, border_width:, border_style:
background_color: background_color,
border_color: border_color,
border_width: border_width,
border_style: border_style
}
end

Expand Down

0 comments on commit 6b4be5f

Please sign in to comment.