refactor: Remove unncessary `val` from constructor parameter

This commit is contained in:
Nik Clayton 2023-09-20 11:19:27 +02:00
parent 26ff8e5bad
commit da808793f5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import app.pachli.viewdata.AttachmentViewData
import javax.inject.Inject
class AccountMediaViewModel @Inject constructor(
private val accountManager: AccountManager,
accountManager: AccountManager,
api: MastodonApi,
) : ViewModel() {