Skip to content

Commit af59adc

Browse files
committed
Empty line removed
1 parent 3624f49 commit af59adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib_storage/src/main/java/no/nordicsemi/android/dfu/storage/DeepLinkHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ private const val PARAM_KEY = "file"
4949
class DeepLinkHandler @Inject internal constructor(
5050
private val downloadManagerWrapper: ExternalFileDataSource,
5151
) {
52-
5352
private val _zipFile = MutableStateFlow<Uri?>(null)
5453
val zipFile = _zipFile.asStateFlow()
5554

0 commit comments

Comments
 (0)