Skip to content

Commit e8300dd

Browse files
committed
Reformat with beta rustfmt
1 parent 9f375a1 commit e8300dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/render.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ mod tests {
272272

273273
#[test]
274274
fn text_with_inline_javascript() {
275-
let text =
276-
r#"foo_readme\n\n<a href="https://crates.io/crates/cargo-registry" onclick="window.alert('Got you')">Crate page</a>"#;
275+
let text = r#"foo_readme\n\n<a href="https://crates.io/crates/cargo-registry" onclick="window.alert('Got you')">Crate page</a>"#;
277276
let result = markdown_to_html(text, None);
278277
assert_eq!(
279278
result,

0 commit comments

Comments
 (0)