mirror of
https://github.com/actix/actix-web.git
synced 2025-04-04 00:59:36 +00:00
Fix formatting.
This commit is contained in:
parent
70ffab8368
commit
4c42df1d3b
1 changed files with 4 additions and 4 deletions
|
@ -130,8 +130,8 @@ where
|
|||
A: Actor<Context = Self>,
|
||||
{
|
||||
fn spawn<F>(&mut self, fut: F) -> SpawnHandle
|
||||
where
|
||||
F: ActorFuture<Item = (), Error = (), Actor = A> + 'static,
|
||||
where
|
||||
F: ActorFuture<Item = (), Error = (), Actor = A> + 'static,
|
||||
{
|
||||
self.inner.spawn(fut)
|
||||
}
|
||||
|
@ -292,8 +292,8 @@ where
|
|||
}
|
||||
|
||||
struct WebsocketContextFut<A>
|
||||
where
|
||||
A: Actor<Context = WebsocketContext<A>>,
|
||||
where
|
||||
A: Actor<Context = WebsocketContext<A>>,
|
||||
{
|
||||
fut: ContextFut<A, WebsocketContext<A>>,
|
||||
encoder: Codec,
|
||||
|
|
Loading…
Reference in a new issue