Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Feb 28, 2024
1 parent 1a5c6c3 commit b029535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/html_pipeline/convert_filter/markdown_filter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def setup
"See http://example.org/ for more info"
@code =
"```\n" \
"def hello()" \
" 'world'" \
"def hello() " \
"'world'" \
"end" \
"```"
@header = <<~DOC
Expand Down

0 comments on commit b029535

Please sign in to comment.