Code format fix.

This commit is contained in:
Erik C. Thauvin 2016-08-26 22:34:12 -07:00
parent c99cb5b579
commit a53f9d8c8d

View file

@ -48,6 +48,7 @@ data class Option(var title: String,
override fun compareTo(other: Option): Int { override fun compareTo(other: Option): Int {
return title.compareTo(other.title) return title.compareTo(other.title)
} }
override fun describeContents() = 0 override fun describeContents() = 0
override fun writeToParcel(dest: Parcel?, flags: Int) { override fun writeToParcel(dest: Parcel?, flags: Int) {