Rewrap lines.

This commit is contained in:
akwizgran
2020-11-24 10:51:19 +00:00
parent bab2b4594d
commit 7b97bb1f20

View File

@@ -183,8 +183,8 @@ class GroupInvitationManagerImpl extends ConversationClientImpl
}
private Session<?> handleFirstMessage(Transaction txn, Message m,
BdfList body,
MessageMetadata meta) throws DbException, FormatException {
BdfList body, MessageMetadata meta)
throws DbException, FormatException {
GroupId privateGroupId = meta.getPrivateGroupId();
MessageType type = meta.getMessageType();
if (type == INVITE) {