Adds new line at the end of PollState
This commit is contained in:
parent
f24d8c2ada
commit
86765c9020
@ -24,4 +24,4 @@ sealed class PollState {
|
||||
object Ended : PollState()
|
||||
|
||||
fun isVotable() = this !is Sending && this !is Ended
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user