Code format fix.
This commit is contained in:
parent
c99cb5b579
commit
a53f9d8c8d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ data class Option(var title: String,
|
|||
override fun compareTo(other: Option): Int {
|
||||
return title.compareTo(other.title)
|
||||
}
|
||||
|
||||
override fun describeContents() = 0
|
||||
|
||||
override fun writeToParcel(dest: Parcel?, flags: Int) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue