Skip to content

Commit 83d598e

Browse files
committed
rustfmt the repository rust-lang#398
1 parent 69852e4 commit 83d598e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ mod tests {
652652
let inputs = vec![
653653
(
654654
"blah blah <h1>Foo</h1>",
655-
r##"blah blah <a class="header"
656-
href="./some_chapter/some_section.html#foo" id="foo">
655+
r##"blah blah <a class="header" \
656+
href="./some_chapter/some_section.html#foo" id="foo">
657657
<h1>Foo</h1></a>"##,
658658
),
659659
(

0 commit comments

Comments
 (0)