From 73ca27e4fca1d9c4cf654cad853858870e9dcd3b Mon Sep 17 00:00:00 2001 From: DrAlexD Date: Thu, 5 Oct 2023 18:33:15 +0300 Subject: [PATCH] - fix --- .../diktat/ruleset/rules/chapter3/files/IndentationRule.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/diktat-rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/files/IndentationRule.kt b/diktat-rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/files/IndentationRule.kt index 5059c59dfb..7420fbbb2d 100644 --- a/diktat-rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/files/IndentationRule.kt +++ b/diktat-rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/files/IndentationRule.kt @@ -82,7 +82,6 @@ import org.jetbrains.kotlin.psi.stubs.elements.KtFileElementType import kotlin.contracts.ExperimentalContracts import kotlin.contracts.contract -import kotlin.math.abs import kotlin.reflect.KCallable import java.util.ArrayDeque as Stack