From 3b8f5bce4194271007ac38059839b464bc3110bf Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 29 Jan 2018 17:44:19 +0300 Subject: [PATCH] Reformat: "if then to safe access" inspection --- .../IfThenToSafeAccessInspection.kt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/idea/src/org/jetbrains/kotlin/idea/inspections/branchedTransformations/IfThenToSafeAccessInspection.kt b/idea/src/org/jetbrains/kotlin/idea/inspections/branchedTransformations/IfThenToSafeAccessInspection.kt index 326669538fc..e667dd2d948 100644 --- a/idea/src/org/jetbrains/kotlin/idea/inspections/branchedTransformations/IfThenToSafeAccessInspection.kt +++ b/idea/src/org/jetbrains/kotlin/idea/inspections/branchedTransformations/IfThenToSafeAccessInspection.kt @@ -43,21 +43,19 @@ class IfThenToSafeAccessInspection : AbstractApplicabilityBasedInspection