Removed trailing newline characters in test cases for 'interface' and 'main' live templates.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 22:28:51 +04:00
parent 8c75c408c1
commit 37eb7d7e63
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
trait SomeTrait {
<caret>
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
fun main(args : Array<String>) {
<caret>
}
}