Rewrap lines.

This commit is contained in:
akwizgran
2020-11-24 10:51:19 +00:00
committed by Torsten Grote
parent 5a6846c972
commit 37d058a766

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) {