Converter:
Use formatter in converter tests Reformat test data
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package demo
|
||||
open class C(i : Int) {
|
||||
private val i : Int
|
||||
{
|
||||
this.i = i
|
||||
}
|
||||
|
||||
open class C(i: Int) {
|
||||
private val i: Int
|
||||
{
|
||||
this.i = i
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user