Minor, reformat Annotations.kt file

This commit is contained in:
Mikhail Zarechenskiy
2019-09-26 14:31:14 +03:00
parent 2ff36c808e
commit ba6648d535
@@ -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() }