Skip to content

Commit 69852e4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,8 @@ mod tests {
652652
let inputs = vec![
653653
(
654654
"blah blah <h1>Foo</h1>",
655-
r##"blah blah <a class="header" 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">
656657
<h1>Foo</h1></a>"##,
657658
),
658659
(

0 commit comments

Comments
 (0)