diff --git a/idea/idea-live-templates/testData/anonymous_1.exp.kt b/idea/idea-live-templates/testData/anonymous_1.exp.kt index a3b15370bef..d889166c368 100644 --- a/idea/idea-live-templates/testData/anonymous_1.exp.kt +++ b/idea/idea-live-templates/testData/anonymous_1.exp.kt @@ -6,6 +6,6 @@ fun main(args : Array) { override fun run() { TODO("Not yet implemented") } - }, + } ) } diff --git a/idea/idea-live-templates/testData/anonymous_2.exp.kt b/idea/idea-live-templates/testData/anonymous_2.exp.kt index 8705d3eb916..f5e6efb0dd1 100644 --- a/idea/idea-live-templates/testData/anonymous_2.exp.kt +++ b/idea/idea-live-templates/testData/anonymous_2.exp.kt @@ -4,6 +4,6 @@ fun main(args : Array) { SwingUtilities.invokeLater( object : Thread() { - }, + } ) }