hantsy
08/16/2023, 3:41 AMclass SampleTest @Autowired constructor(val service: SampleService){
}
to :
class SampleTest
@Autowired
constructor(val service: SampleService){
}
How I can keep the original format? it is the correct format we need here.