Skip to content

Commit ecd071d

Browse files
committed
spotlessApply
1 parent 59ea040 commit ecd071d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: live/src/main/kotlin/dev/ricknout/rugbyranker/live/work/LiveMatchWorker.kt

+4-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,10 @@ open class LiveMatchWorker(
244244

245245
private fun createCancelPendingIntent() = workManager.createCancelPendingIntent(id)
246246

247-
private fun createForegroundInfo(notificationId: Int, notification: Notification): ForegroundInfo {
247+
private fun createForegroundInfo(
248+
notificationId: Int,
249+
notification: Notification,
250+
): ForegroundInfo {
248251
return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
249252
ForegroundInfo(notificationId, notification, FOREGROUND_SERVICE_TYPE_DATA_SYNC)
250253
} else {

0 commit comments

Comments
 (0)