Source code formatting.
This commit is contained in:
parent
12605ae4e8
commit
c5f1c6eba7
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
source.readParcelable<Params>(Params::class.java.classLoader),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue