Add trailing comma
This commit is contained in:
parent
d36ec95fb7
commit
19bf8dbd77
@ -32,7 +32,7 @@ ruma_api! {
|
|||||||
/// this should be the 'since' token of that sync request, or any later sync token.
|
/// this should be the 'since' token of that sync request, or any later sync token.
|
||||||
/// This allows the server to ensure its response contains the keys advertised by the notification in that sync.
|
/// This allows the server to ensure its response contains the keys advertised by the notification in that sync.
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub token: Option<String>
|
pub token: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
response {
|
response {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user