Skip to content

Commit

Permalink
Twelve: Quick reformat
Browse files Browse the repository at this point in the history
Failed to hit ctrl+alt+l in this file!

Change-Id: I66e33dc25596d6071c5a1de55703eff11a320290
  • Loading branch information
luca020400 committed Jan 11, 2025
1 parent b60de79 commit 033a0e5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ class GenresFragment : Fragment(R.layout.fragment_genres) {
}

is RequestStatus.Error -> {
Log.e(LOG_TAG, "Failed to load genres, error: ${it.error}", it.throwable)
Log.e(
LOG_TAG,
"Failed to load genres, error: ${it.error}",
it.throwable
)

adapter.submitList(emptyList())

Expand Down

0 comments on commit 033a0e5

Please sign in to comment.