Update ktlint to 0.44.0

This commit is contained in:
TacoTheDank 2022-02-26 16:08:10 -05:00
parent ae2ba5771f
commit 678edb1846
3 changed files with 6 additions and 5 deletions

View file

@ -452,8 +452,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
}.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(
{
subscriptionEntity ->
{ subscriptionEntity ->
handleFeedNotAvailable(
subscriptionEntity,
t.cause,