Java to Kotlin converter: removed trim() in test output because it's not needed anymore
This commit is contained in:
@@ -109,7 +109,7 @@ abstract class AbstractJavaToKotlinConverterTest() : LightIdeaTestCase() {
|
||||
val reformattedText = convertedFile.getText()!!
|
||||
|
||||
return if (inFunContext)
|
||||
reformattedText.removeFirstLine().removeLastLine().trimIndent().trim()
|
||||
reformattedText.removeFirstLine().removeLastLine().trimIndent()
|
||||
else
|
||||
reformattedText
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user