Add trailing comma
This commit is contained in:
parent
4570fa2fef
commit
580aaf4858
@ -32,7 +32,7 @@ ruma_api! {
|
||||
response: {
|
||||
/// The specific push rule.
|
||||
#[ruma_api(body)]
|
||||
pub rule: AnyPushRule
|
||||
pub rule: AnyPushRule,
|
||||
}
|
||||
|
||||
error: crate::Error
|
||||
|
Loading…
x
Reference in New Issue
Block a user