Simplify midnight timer interface for testing

This commit is contained in:
sgallese
2021-09-21 19:20:54 -07:00
parent 3e6a9181d6
commit a29943e783
2 changed files with 2 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ open class MidnightTimer @Inject constructor() {
}
}
interface MidnightListener {
fun interface MidnightListener {
fun atMidnight()
}
}