running lint

This commit is contained in:
Adam Brown 2021-09-21 16:26:14 +01:00
parent e24329e139
commit 46c338934e

View File

@ -163,6 +163,6 @@ interface PushersService {
* true to limit the push content to only id and not message content
* Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour
*/
val withEventIdOnly: Boolean,
val withEventIdOnly: Boolean
)
}