From ad4d021cbf9b8f9dadcea597cf0de19bb50f522e Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Thu, 14 Sep 2023 15:24:02 +0200 Subject: [PATCH] [FIR] Reformat AbbreviatedTypeAttribute --- .../jetbrains/kotlin/fir/types/AbbreviatedTypeAttribute.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/fir/cones/src/org/jetbrains/kotlin/fir/types/AbbreviatedTypeAttribute.kt b/compiler/fir/cones/src/org/jetbrains/kotlin/fir/types/AbbreviatedTypeAttribute.kt index 5204c9f1106..4ce57340329 100644 --- a/compiler/fir/cones/src/org/jetbrains/kotlin/fir/types/AbbreviatedTypeAttribute.kt +++ b/compiler/fir/cones/src/org/jetbrains/kotlin/fir/types/AbbreviatedTypeAttribute.kt @@ -8,8 +8,8 @@ package org.jetbrains.kotlin.fir.types import kotlin.reflect.KClass class AbbreviatedTypeAttribute( - val coneType: ConeKotlinType -): ConeAttribute() { + val coneType: ConeKotlinType, +) : ConeAttribute() { override fun union(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null override fun intersect(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null override fun add(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null