Remove explicit type: reformat

This commit is contained in:
Mikhail Glukhikh
2018-01-18 15:03:20 +03:00
parent 512e287f3a
commit c52fcdde70
@@ -26,8 +26,8 @@ import org.jetbrains.kotlin.psi.psiUtil.startOffset
import org.jetbrains.kotlin.types.typeUtil.isUnit
class RemoveExplicitTypeIntention : SelfTargetingRangeIntention<KtCallableDeclaration>(
KtCallableDeclaration::class.java,
"Remove explicit type specification"
KtCallableDeclaration::class.java,
"Remove explicit type specification"
) {
override fun applicabilityRange(element: KtCallableDeclaration): TextRange? {