Source code formatting.

This commit is contained in:
Erik C. Thauvin 2016-09-04 23:48:39 -07:00
parent 12605ae4e8
commit c5f1c6eba7
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ data class Config(var params: Params, var opts: List<Option>) : Parcelable, Seri
} }
} }
constructor() : this (Params(), emptyList<Option>()) constructor() : this(Params(), emptyList<Option>())
constructor(source: Parcel) : this( constructor(source: Parcel) : this(
source.readParcelable<Params>(Params::class.java.classLoader), source.readParcelable<Params>(Params::class.java.classLoader),