chore: formatting code

pull/874/head
草鞋没号 3 years ago committed by GitHub
parent c68975f1ce
commit 9b9cbd0871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,7 +256,6 @@ impl Rectangle {
```rust
#![allow(unused)]
fn main() {
enum Message {
Quit,
Move { x: i32, y: i32 },
@ -270,8 +269,9 @@ impl Message {
}
}
let m = Message::Write(String::from("hello"));
m.call();
fn main() {
let m = Message::Write(String::from("hello"));
m.call();
}
```

Loading…
Cancel
Save