Converter:
Use formatter in converter tests Reformat test data
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package demo
|
||||
open class Test(i : Int?) {
|
||||
open fun test() {
|
||||
var i : Int = 10
|
||||
Test(i)
|
||||
}
|
||||
|
||||
open class Test(i: Int?) {
|
||||
open fun test() {
|
||||
var i: Int = 10
|
||||
Test(i)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user