Add trailing comma

This commit is contained in:
Kinrany 2020-07-22 21:35:02 +03:00 committed by Jonas Platte
parent 4570fa2fef
commit 580aaf4858

View File

@ -32,7 +32,7 @@ ruma_api! {
response: {
/// The specific push rule.
#[ruma_api(body)]
pub rule: AnyPushRule
pub rule: AnyPushRule,
}
error: crate::Error