Add trailing comma

This commit is contained in:
Jonas Platte 2020-02-26 15:02:07 +01:00
parent d36ec95fb7
commit 19bf8dbd77
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -32,7 +32,7 @@ ruma_api! {
/// 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.
#[serde(skip_serializing_if = "Option::is_none")]
pub token: Option<String>
pub token: Option<String>,
}
response {