added newline at the end of UserStatusChangeProcessor file

This commit is contained in:
delvh 2020-02-07 15:43:33 +01:00 committed by GitHub
parent 778e76faa7
commit f9ce464aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,4 +37,4 @@ public class UserStatusChangeProcessor implements Consumer<UserStatusChangeEvent
EventBus.getInstance().dispatch(evt);
}
}
}