From 19bf8dbd770656ce99ed19cd4e53512756116db4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 26 Feb 2020 15:02:07 +0100 Subject: [PATCH] Add trailing comma --- src/r0/keys/get_keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r0/keys/get_keys.rs b/src/r0/keys/get_keys.rs index e314ffba..704d8ee6 100644 --- a/src/r0/keys/get_keys.rs +++ b/src/r0/keys/get_keys.rs @@ -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 + pub token: Option, } response {