Deleted unnecessary blank line

This commit is contained in:
delvh 2019-11-29 20:54:33 +01:00 committed by GitHub
parent f3078bf7f3
commit b3befc3514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {