Skip to content

Commit 31d1553

Browse files
committed
fix lint
1 parent a3d04ac commit 31d1553

File tree

1 file changed

+1
-2
lines changed
  • firebase-firestore/ktx/src/main/kotlin/com/google/firebase/firestore/ktx

1 file changed

+1
-2
lines changed

firebase-firestore/ktx/src/main/kotlin/com/google/firebase/firestore/ktx/Firestore.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import com.google.firebase.firestore.QueryDocumentSnapshot
3030
import com.google.firebase.firestore.QuerySnapshot
3131
import com.google.firebase.ktx.Firebase
3232
import com.google.firebase.platforminfo.LibraryVersionComponent
33-
import kotlinx.coroutines.CancellationException
3433
import kotlinx.coroutines.cancel
3534
import kotlinx.coroutines.channels.Channel
3635
import kotlinx.coroutines.channels.awaitClose
@@ -240,4 +239,4 @@ fun Query.toFlow(
240239
} else {
241240
flow
242241
}
243-
}
242+
}

0 commit comments

Comments
 (0)