mirror of https://github.com/fafhrd91/actix-web
Fix formatting.
This commit is contained in:
parent
70ffab8368
commit
4c42df1d3b
|
@ -130,8 +130,8 @@ where
|
||||||
A: Actor<Context = Self>,
|
A: Actor<Context = Self>,
|
||||||
{
|
{
|
||||||
fn spawn<F>(&mut self, fut: F) -> SpawnHandle
|
fn spawn<F>(&mut self, fut: F) -> SpawnHandle
|
||||||
where
|
where
|
||||||
F: ActorFuture<Item = (), Error = (), Actor = A> + 'static,
|
F: ActorFuture<Item = (), Error = (), Actor = A> + 'static,
|
||||||
{
|
{
|
||||||
self.inner.spawn(fut)
|
self.inner.spawn(fut)
|
||||||
}
|
}
|
||||||
|
@ -292,8 +292,8 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
struct WebsocketContextFut<A>
|
struct WebsocketContextFut<A>
|
||||||
where
|
where
|
||||||
A: Actor<Context = WebsocketContext<A>>,
|
A: Actor<Context = WebsocketContext<A>>,
|
||||||
{
|
{
|
||||||
fut: ContextFut<A, WebsocketContext<A>>,
|
fut: ContextFut<A, WebsocketContext<A>>,
|
||||||
encoder: Codec,
|
encoder: Codec,
|
||||||
|
|
Loading…
Reference in New Issue