Formatting fixes.
This commit is contained in:
parent
a6407c92be
commit
9bf561b7c2
1 changed files with 148 additions and 148 deletions
|
@ -23,7 +23,7 @@ fn chat_route(
|
|||
req: HttpRequest,
|
||||
stream: web::Payload,
|
||||
chat_server: web::Data<Addr<ChatServer>>,
|
||||
) -> Result<HttpResponse, Error> {
|
||||
) -> Result<HttpResponse, Error> {
|
||||
ws::start(
|
||||
WSSession {
|
||||
cs_addr: chat_server.get_ref().to_owned(),
|
||||
|
|
Loading…
Reference in a new issue