Remove unnecessary empty line

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Kai S. K. Engelbart 2020-07-13 08:47:44 +00:00 committed by GitHub
parent 64f7ae4071
commit 2901d52a31

View File

@ -51,6 +51,5 @@ public class GroupChat extends Chat {
} }
} }
unreadAmount = 0; unreadAmount = 0;
} }
} }