Formatted with ktlint

This commit is contained in:
shantanu1k 2022-10-23 23:12:33 +05:30
parent 8bd8be1522
commit d1ae2e5096

View File

@ -26,7 +26,7 @@ class DownloadService : Service() {
private lateinit var videoUrl: String
private lateinit var audioUrl: String
private var downloadType: Int = 3
private var videoDownloadId: Long? = null
private var audioDownloadId: Long? = null