diff --git a/blah-types/src/server.rs b/blah-types/src/server.rs index 2a2eb9b..62ff683 100644 --- a/blah-types/src/server.rs +++ b/blah-types/src/server.rs @@ -18,7 +18,7 @@ pub struct ErrorResponse { /// The response object of `/_blah/user/me` endpoint on HTTP error status. /// It contains additional registration information. #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] -pub struct ErrorResponseWithChallenge { +pub struct ErrorResponseWithChallenge { /// The error object. pub error: ErrorObject,