Reformat & cleanup: LiftReturnOrAssignmentInspection
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ebc998d710
commit
f771ed5dd8
@@ -102,6 +102,6 @@ class LiftReturnOrAssignmentInspection : AbstractKotlinInspection() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private val LINES_LIMIT = 15
|
private const val LINES_LIMIT = 15
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user