Minor, reformat Annotations.kt file
This commit is contained in:
@@ -75,7 +75,7 @@ class FilteredAnnotations(
|
|||||||
class CompositeAnnotations(
|
class CompositeAnnotations(
|
||||||
private val delegates: List<Annotations>
|
private val delegates: List<Annotations>
|
||||||
) : Annotations {
|
) : Annotations {
|
||||||
constructor(vararg delegates: Annotations): this(delegates.toList())
|
constructor(vararg delegates: Annotations) : this(delegates.toList())
|
||||||
|
|
||||||
override fun isEmpty() = delegates.all { it.isEmpty() }
|
override fun isEmpty() = delegates.all { it.isEmpty() }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user