Skip to content

Commit

Permalink
refactor: added comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Aug 14, 2024
1 parent b18aeb7 commit 0f2c8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DownloadFileWorker(
private val workerParameters: WorkerParameters
) : CoroutineWorker(
appContext,
workerParameters
workerParameters,
), KoinComponent, OnDatatransferProgressListener {

private val getFileByIdUseCase: GetFileByIdUseCase by inject()
Expand Down

0 comments on commit 0f2c8b0

Please sign in to comment.