Skip to content

Commit ff62ef1

Browse files
committed
update assists docs
1 parent 7ba934f commit ff62ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/assists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ enum Action { Move { distance: u32 }, Stop }
267267

268268
fn handle(action: Action) {
269269
match action {
270-
Action::Move { distance } => (),
271-
Action::Stop => (),
270+
Action::Move { distance } => {}
271+
Action::Stop => {}
272272
}
273273
}
274274
```

0 commit comments

Comments
 (0)