Remove extraneous newlines
This commit is contained in:
parent
c6c89596bb
commit
020da913de
@ -28,7 +28,6 @@ ruma_api! {
|
|||||||
/// provided here to save that extra call.
|
/// provided here to save that extra call.
|
||||||
#[serde(rename = "m.read", skip_serializing_if = "Option::is_none")]
|
#[serde(rename = "m.read", skip_serializing_if = "Option::is_none")]
|
||||||
pub read_receipt: Option<&'a EventId>,
|
pub read_receipt: Option<&'a EventId>,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
@ -10,7 +10,6 @@ ruma_api! {
|
|||||||
path: "/_matrix/client/r0/login/sso/redirect",
|
path: "/_matrix/client/r0/login/sso/redirect",
|
||||||
rate_limited: false,
|
rate_limited: false,
|
||||||
authentication: None,
|
authentication: None,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
request: {
|
request: {
|
||||||
|
@ -48,7 +48,6 @@ ruma_api! {
|
|||||||
/// association should be trusted, if you trust the verifying identity services.
|
/// association should be trusted, if you trust the verifying identity services.
|
||||||
pub signatures: ServerSignatures,
|
pub signatures: ServerSignatures,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Request<'a> {
|
impl<'a> Request<'a> {
|
||||||
|
@ -22,7 +22,6 @@ ruma_api! {
|
|||||||
/// The client secret passed to the `requestToken` call.
|
/// The client secret passed to the `requestToken` call.
|
||||||
#[ruma_api(query)]
|
#[ruma_api(query)]
|
||||||
pub client_secret: &'a str,
|
pub client_secret: &'a str,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
response: {
|
response: {
|
||||||
@ -35,7 +34,6 @@ ruma_api! {
|
|||||||
/// Timestamp, in milliseconds, indicating the time that the 3PID was validated.
|
/// Timestamp, in milliseconds, indicating the time that the 3PID was validated.
|
||||||
pub validated_at: UInt,
|
pub validated_at: UInt,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Request<'a> {
|
impl<'a> Request<'a> {
|
||||||
|
@ -34,7 +34,6 @@ impl StateResolution {
|
|||||||
auth_events: Vec<Vec<EventId>>,
|
auth_events: Vec<Vec<EventId>>,
|
||||||
event_map: &mut EventMap<Arc<E>>,
|
event_map: &mut EventMap<Arc<E>>,
|
||||||
) -> Result<StateMap<EventId>> {;
|
) -> Result<StateMap<EventId>> {;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user