Skip to content

Commit b6e2b06

Browse files
MrSerthdependabot[bot]
authored andcommitted
Fix Rubocop offenses
1 parent 8cb6011 commit b6e2b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/helpers/application_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ def render_markdown(markdown)
5959
).to_html.strip
6060
end
6161

62-
def row(options = {}, &block)
62+
def row(options = {}, &)
6363
tag.div(class: 'attribute-row row') do
64-
label_column(options[:label]) + value_column(options[:value], &block)
64+
label_column(options[:label]) + value_column(options[:value], &)
6565
end
6666
end
6767

0 commit comments

Comments
 (0)