Skip to content

Commit 7a15dc9

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,8 @@ mod tests {
651651
fn original_build_header_links() {
652652
let inputs = vec![
653653
(
654-
"blah blah<h1>Foo</h1>",
655-
r##"blah blah
656-
<a class="header" href="./some_chapter/some_section.html#foo" id="foo">
654+
"blah blah <h1>Foo</h1>",
655+
r##"blah blah <a class="header" href="./some_chapter/some_section.html#foo" id="foo">
657656
<h1>Foo</h1></a>"##,
658657
),
659658
(

0 commit comments

Comments
 (0)