Skip to content

Commit f785491

Browse files
committed
rustfmt the repository rust-lang#398
1 parent f392a93 commit f785491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ more text with spaces
180180
#[test]
181181
fn rust_code_block_without_properties_has_proper_html_class() {
182182
let input = r#"
183-
```rust
183+
```rust
184184
```
185185
"#;
186186

0 commit comments

Comments
 (0)