mirror of
https://github.com/actix/actix-web.git
synced 2025-04-28 04:14:44 +00:00
Fix formatting.
This commit is contained in:
parent
70ffab8368
commit
4c42df1d3b
1 changed files with 4 additions and 4 deletions
|
@ -292,7 +292,7 @@ where
|
|||
}
|
||||
|
||||
struct WebsocketContextFut<A>
|
||||
where
|
||||
where
|
||||
A: Actor<Context = WebsocketContext<A>>,
|
||||
{
|
||||
fut: ContextFut<A, WebsocketContext<A>>,
|
||||
|
|
Loading…
Reference in a new issue