diff --git a/ntex-identity/src/lib.rs b/ntex-identity/src/lib.rs index c4826fc9..adc4be91 100644 --- a/ntex-identity/src/lib.rs +++ b/ntex-identity/src/lib.rs @@ -774,7 +774,7 @@ mod tests { f: F, ) -> impl ntex::service::Service< Request = ntex::http::Request, - Response = WebResponse, + Response = WebResponse, Error = Error, > { test::init_service( @@ -1119,11 +1119,11 @@ mod tests { ok(Some("test".to_string())) } - fn to_response( + fn to_response( &self, _: Option, _: bool, - _: &mut WebResponse, + _: &mut WebResponse, ) -> Self::ResponseFuture { ok(()) }