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 278e7a8a0a
commit f28d4e2e55

View File

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