Deleted unnecessary blank line

This commit is contained in:
delvh 2019-11-29 20:54:33 +01:00 committed by GitHub
parent cb0e7db444
commit 8e5d166d75
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public class LocalDB {
* @param sender the user that is logged in with this client
* @since Envoy v0.1-alpha
*/
public LocalDB(User sender) {
this.sender = sender;
try {