Maybe this fix ktlint errors?

(cherry picked from commit 18fdf936c2)
This commit is contained in:
AbsurdlyLongUsername 2026-03-06 12:55:09 +00:00 committed by github-actions[bot]
parent f853d5f551
commit 5eea1f36ad

View file

@ -251,9 +251,11 @@ class ErrorInfo private constructor(
ErrorMessage(R.string.youtube_music_premium_content)
throwable is SignInConfirmNotBotException ->
ErrorMessage(R.string.sign_in_confirm_not_bot_error,
ErrorMessage(
R.string.sign_in_confirm_not_bot_error,
getServiceName(serviceId),
SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL)
SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL
)
throwable is ContentNotAvailableException ->
ErrorMessage(R.string.content_not_available)