Skip to content

Commit 8ec0385

Browse files
committed
Run prettier
1 parent a800278 commit 8ec0385

File tree

2 files changed

+207
-50
lines changed
  • sections
    • 01_rust_projects/030_chat_app_backend/user
    • 02_rust_project_concepts/02_rust_async

2 files changed

+207
-50
lines changed

sections/01_rust_projects/030_chat_app_backend/user/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,10 @@ async fn handle_socket(
407407
}
408408
```
409409

410-
At this point, I would recommend you head over to the next lesson about async Rust, then come back here to finish the project. You can still give it a try right now, but there is some information contained in the next lesson that will be useful to you here.
410+
At this point, I would recommend you head over to the next lesson about async
411+
Rust, then come back here to finish the project. You can still give it a try
412+
right now, but there is some information contained in the next lesson that will
413+
be useful to you here.
411414

412415
Here's some important information to get you started:
413416

@@ -443,7 +446,11 @@ Here's some important information to get you started:
443446
[WebSocket struct](https://docs.rs/axum/latest/axum/extract/ws/struct.WebSocket.html)
444447
that you have access to.
445448

446-
This project involves a lot of concepts that are probably new to you, and you probably will get stuck somewhere along the way. That's okay! Try to get as far as you can, and consult resources when you get stuck. Once you've given it a good try, [click here to open the completed example code](../example/src/main.rs).
449+
This project involves a lot of concepts that are probably new to you, and you
450+
probably will get stuck somewhere along the way. That's okay! Try to get as far
451+
as you can, and consult resources when you get stuck. Once you've given it a
452+
good try,
453+
[click here to open the completed example code](../example/src/main.rs).
447454

448455
Good luck! If you get stuck along the way, look online for other resources or
449456
examples. The axum repository has some great examples showcasing different

0 commit comments

Comments
 (0)