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

View File

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