Formatting fixes.

pull/195/head
Dessalines 2019-07-19 19:56:40 -07:00
parent 1e7feb51cd
commit a72fda5211
1 changed files with 148 additions and 148 deletions

View File

@ -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(),