add trailing newlines to test files
otherwise I have to rollback dozens of files after using sed that follows conventions
This commit is contained in:
@@ -7,4 +7,4 @@ enum class List<out T>(val size : Int) {
|
||||
}
|
||||
|
||||
val foo = List.Nil
|
||||
val foo1 = foo.a
|
||||
val foo1 = foo.a
|
||||
|
||||
Reference in New Issue
Block a user