removing an empty line

This commit is contained in:
Tibor Kaputa 2023-07-05 11:20:01 +02:00 committed by GitHub
parent 8543f2dafe
commit 26dd64dde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class DismissAlarmReceiver : BroadcastReceiver() {
calendar.firstDayOfWeek = Calendar.MONDAY
val dayOfWeek = (calendar.get(Calendar.DAY_OF_WEEK) + 5) % 7
val todayBitmask = 2.0.pow(dayOfWeek).toInt()
return bitmask.removeBit(todayBitmask)
}
}