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 * 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 * Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour
*/ */
val withEventIdOnly: Boolean, val withEventIdOnly: Boolean
) )
} }