fix: code style

pull/771/head
Day 3 years ago
parent c7ab43bb87
commit a18c3e0e50

@ -264,7 +264,7 @@ match some_u8_value {
```rust ```rust
let v = Some(3u8); let v = Some(3u8);
match v{ match v {
Some(3) => println!("three"), Some(3) => println!("three"),
_ => (), _ => (),
} }

Loading…
Cancel
Save