mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix formatting
This commit is contained in:
parent
6a3198ef85
commit
d94316f7dd
3 changed files with 0 additions and 3 deletions
|
@ -67,7 +67,6 @@ use server_fn::{Encoding, ServerFunctionRegistry};
|
|||
use std::sync::Arc;
|
||||
use std::sync::RwLock;
|
||||
|
||||
|
||||
use crate::{
|
||||
prelude::*, render::SSRState, serve_config::ServeConfig, server_context::DioxusServerContext,
|
||||
server_fn::DioxusServerFnRegistry,
|
||||
|
|
|
@ -21,7 +21,6 @@ use std::sync::{Arc, RwLock};
|
|||
|
||||
use http::StatusCode;
|
||||
|
||||
|
||||
use server_fn::{Encoding, Payload};
|
||||
use tokio::task::spawn_blocking;
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ use std::pin::Pin;
|
|||
|
||||
use http::{Request, Response};
|
||||
|
||||
|
||||
pub trait Layer: Send + Sync + 'static {
|
||||
fn layer(&self, inner: BoxedService) -> BoxedService;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue