Skip to content

Commit b029535

Browse files
committed
rubocop
1 parent 1a5c6c3 commit b029535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/html_pipeline/convert_filter/markdown_filter_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def setup
1616
"See http://example.org/ for more info"
1717
@code =
1818
"```\n" \
19-
"def hello()" \
20-
" 'world'" \
19+
"def hello() " \
20+
"'world'" \
2121
"end" \
2222
"```"
2323
@header = <<~DOC

0 commit comments

Comments
 (0)